Unverified Commit fc852f3b authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Fix installation instructions in contributing guide (#3923)

parent 6d1a0840
......@@ -44,11 +44,11 @@ conda install pytorch -c pytorch-nightly -c conda-forge
```bash
git clone https://github.com/pytorch/vision.git
cd vision
python setup.py install
python setup.py develop
# or, for OSX
# MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install
# MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py develop
# for C++ debugging, please use DEBUG=1
# DEBUG=1 python setup.py install
# DEBUG=1 python setup.py develop
pip install flake8 typing mypy pytest scipy
```
You may also have to install `libpng-dev` and `libjpeg-turbo8-dev` libraries:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment