Added docs and generalized to multiple species

This commit is contained in:
titusquah
2020-06-12 08:24:51 -06:00
parent a0e8bdb9fd
commit f07fb03b93
101 changed files with 23151 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
.. _install:
************
Installation
************
Prerequisites
=============
REEPS requires python3 (>=3.5) with the development headers.
Stable Release
==============
There is currently no stable release
Bleeding-edge version
=====================
To install the latest master version:
.. code-block:: bash
pip install git+https://xgitlab.cels.anl.gov/summer-2020/parameter-estimation.git
Development version
===================
To contribute to Stable-Baselines, with support for running tests and building the documentation.
.. code-block:: bash
git clone https://xgitlab.cels.anl.gov/summer-2020/parameter-estimation.git && cd parameter-estimation
pip install -e .[docs,tests]
Using Docker Images
===================
Not set up yet.