Skip to content

Commit

Permalink
Update install.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgk committed Jan 12, 2021
1 parent 429f2bb commit 882f9a6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/source/PPP_pages/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,17 @@ It can then be installed with either of these two commands, after CDing into the
python setup.py install
############
Dependencies
############

If installing PPP from source, multiple python and non-python depencencies must also be installed.

-------------------
Python Dependencies
-------------------

If installing PPP from source, multiple python and non-python dependencies must also be installed. The PPP requries a number of python libraries, including:
The PPP requries a number of python libraries, including:

* `The SciPy Ecosystem <https://www.scipy.org/about.html>`_ (i.e. numpy, scipy, pandas, matplotlib, etc.)
* `Pysam <https://github.com/pysam-developers/pysam>`_
Expand All @@ -56,9 +62,9 @@ If installing PPP from source, multiple python and non-python dependencies must

We recommend users install and maintain these libraries using either `pip <https://pypi.org/project/pip/>`_ or `Anaconda 3 <https://www.anaconda.com/distribution/#download-section>`_.

##################
------------------
Other Dependencies
##################
------------------

The PPP also requries a number of executables to be installed, including:

Expand Down

0 comments on commit 882f9a6

Please sign in to comment.