Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose authored May 25, 2017
1 parent 692c546 commit 51cc7ff
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,28 @@ The course makes extensive use of Python code and the Jupyter notebook for repro

Requirements
---------------
You will need a scientific Python distribution. Anaconda Python is strongly recommended and will get you almost everything you need all at once.
You will need a scientific Python distribution. Anaconda Python is strongly recommended and will get you everything you need all at once.

The complete list of packages used in these notes includes:

- Python 2.7
- numpy
- scipy
- matplotlib
- IPython
- netCDF4
- sympy
- xarray
- climlab (climate modeling engine)
- ffmpeg (video conversion tool used under-the-hood for interactive animations)
- version_information (display information about package versions)

which are all available through ``conda``.
which are all available through ``conda`` on the ``conda-forge`` channel.

Additionally these notes rely heavily on the custom climlab_ package (a computational engine for process-oriented climate modeling). See the documentation_ or the `github page`_ for installation instructions.
These notes rely heavily on the custom climlab_ package (a computational engine for process-oriented climate modeling). See the documentation_ or the `github page`_ for installation instructions.

Optional:

- The ``version_information`` extension (to display details about package versions used in each notebook). Install via ``pip install version_information``
The following commands will create a self-contained conda environment with everything you need to run these notebooks (Mac, Linux and Windows)::

conda config --add channels conda-forge
conda create --name atm623 python=2.7 jupyter xarray sympy climlab version_information ffmpeg

Usage
------------------
Expand Down

0 comments on commit 51cc7ff

Please sign in to comment.