Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YaqiangCao committed Mar 11, 2019
2 parents 3ae40c5 + 5fa7acb commit 124a23c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ You can also find the cLoops wiki in Chinese [here](https://github.com/YaqiangCa
## Install
[scipy](https://www.scipy.org/),[numpy](http://www.numpy.org/), [seaborn](https://seaborn.pydata.org/), [pandas](http://pandas.pydata.org/) and [joblib](https://pythonhosted.org/joblib/) are required. **Joblib version 0.11 is requried to avoid parallel computating bugs caused by it for newer version. Install it through pip2.7 install --user joblib==0.11.** If you have problems for installing scipy, please refer to [Anaconda](https://docs.continuum.io/anaconda/) or [SAGE](http://www.sagemath.org/).
```
wget https://github.com/YaqiangCao/cLoops/archive/0.9.tar.gz
tar xvzf 0.9.tar.gz
cd cLoops-0.9
wget https://github.com/YaqiangCao/cLoops/archive/0.92.tar.gz
tar xvzf 0.92.tar.gz
cd cLoops-0.92
python setup.py install
```

Expand Down

0 comments on commit 124a23c

Please sign in to comment.