Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raybellwaves committed Mar 26, 2018
1 parent 865b646 commit 4efb8f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ As good practice, I recommend installing with anaconda/miniconda and in a new en
$ conda create -n cfa python=3.6
$ source activate cfa
$ conda install -c matplotlib cartopy joblib
$ pip intall motionless
$ conda install -c matplotlib cartopy joblib netcdf4
$ pip install motionless
$ pip install git+https://github.com/fmaussion/salem.git
$ pip install git+https://github.com/raybellwaves/cfanalytics
$ # eventually: conda install -c conda-forge cfanalytics matplotlib cartopy
Expand Down
1 change: 1 addition & 0 deletions ci/requirements-py36.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies:
- matplotlib
- cartopy
- joblib
- netcdf4
- coveralls
- pytest-cov
- pip:
Expand Down

0 comments on commit 4efb8f7

Please sign in to comment.