install Miniconda (python2.7)
conda config --add channels conda-forge
conda create -n CosmAna python=2.7
source activate CosmAna
conda install --file requirements.txt
If the download speed is too slow, you can add the following lines to ~/.condarc
.
channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- defaults
show_channel_urls: true
python setup.py build_ext
python setup.py develop
- matplotlib:
conda install matplotlib
- jupyter notebook
- jupyter ipython cluster
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details