| Index: vpython/README.md
|
| diff --git a/vpython/README.md b/vpython/README.md
|
| index 29ddb1ae50ec5d1a15f7c1638ab8293966a01fa4..c1587a14216db77684f4b9e256eadba78baf990d 100644
|
| --- a/vpython/README.md
|
| +++ b/vpython/README.md
|
| @@ -162,13 +162,13 @@ python_version: "2.7"
|
|
|
| # Include "numpy" for the current architecture.
|
| wheel {
|
| - path: "infra/python/wheels/numpy/${platform}-${arch}"
|
| + name: "infra/python/wheels/numpy/${platform}-${arch}"
|
| version: "version:1.11.0"
|
| }
|
|
|
| # Include "coverage" for the current architecture.
|
| wheel {
|
| - path: "infra/python/wheels/coverage/${platform}-${arch}"
|
| + name: "infra/python/wheels/coverage/${platform}-${arch}"
|
| version: "version:4.1"
|
| }
|
| ```
|
|
|