update install command from source

This commit is contained in:
Soumith Chintala 2016-12-01 10:55:04 +01:00 committed by GitHub
parent 162170fd7b
commit 4e2b154342

View File

@ -98,7 +98,7 @@ conda install -c soumith magma-cuda75# or magma-cuda80
```bash
export MACOSX_DEPLOYMENT_TARGET=10.9 # for OSX
pip install -r requirements.txt
pip install .
python setup.py install
```
## Getting Started