Skip to content

Commit

Permalink
Point at test.pypi.org for additional wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
AndKram authored Sep 2, 2019
1 parent 92ba0be commit 29e1c05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/python-wheel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ If you are unsure of what to pre-install for your Linux flavour,
the Malmo docker build files might be a good place to start
([Docker build files](https://github.com/Microsoft/malmo/tree/master/scripts/docker)).

If you are not using the default/usual Python 3 version and are not finding a compatible wheel on pypi.org (the default) you could try installing from test.pypi.org:

```
pip3 install --index-url https://test.pypi.org/simple/ malmo
```

## Using the prebuilt Docker image ##

Rather than installing these dependencies manually it's simper to use docker to launch a docker container using our prebuilt docker image.
Expand Down

0 comments on commit 29e1c05

Please sign in to comment.