Skip to content

Commit

Permalink
Updated installation README
Browse files Browse the repository at this point in the history
Updated pip install to http after feedback from issue facebookresearch#8
  • Loading branch information
jrapin authored Dec 22, 2018
1 parent 4582b54 commit ec59de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# Nevergrad - A gradient-free optimization platform

`nevergrad` is a Python3 library. It can be installed with:
`nevergrad` is a Python 3.6+ library. It can be installed with:
```
pip install -e git+git@github.com:facebookresearch/nevergrad@master#egg=nevergrad
pip3 install git+https://github.com/facebookresearch/nevergrad@master#egg=nevergrad
```
Alternatively, you can clone the repository and run `python3 setup.py develop` from inside the repository folder.

Expand Down

0 comments on commit ec59de0

Please sign in to comment.