Commit 3da6f2df authored by Benjamin Thomas Graham's avatar Benjamin Thomas Graham
Browse files

update README.md

parent 2c4ed608
...@@ -133,9 +133,9 @@ Tested with Ubuntu 16.04, Python 3.6 in [Miniconda](https://conda.io/miniconda.h ...@@ -133,9 +133,9 @@ Tested with Ubuntu 16.04, Python 3.6 in [Miniconda](https://conda.io/miniconda.h
``` ```
conda install pytorch -c pytorch conda install pytorch -c pytorch
conda install google-sparsehash -c bioconda # OR apt-get install libsparsehash-dev conda install google-sparsehash -c bioconda # OR apt-get install libsparsehash-dev
conda install -c anaconda pillow conda install -c anaconda pillow
git clone git@github.com:facebookresearch/SparseConvNet.git git clone git@github.com:facebookresearch/SparseConvNet.git
cd SparseConvNet/PyTorch/ cd SparseConvNet/
bash build.sh bash build.sh
``` ```
To run the examples you may also need to install unrar: To run the examples you may also need to install unrar:
......
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