Added license and updated docs

This commit is contained in:
titusquah
2021-03-24 16:34:41 -06:00
parent 70706c05c8
commit ac4f480fd6
60 changed files with 4034 additions and 192 deletions

View File

@@ -24,17 +24,17 @@ To install the latest master version:
.. code-block:: bash
pip install git+https://xgitlab.cels.anl.gov/summer-2020/parameter-estimation.git
pip install git+https://github.com/ANL-CEEESA/LLEPE.git
Development version
===================
To contribute to Stable-Baselines, with support for running tests and building the documentation.
To contribute to LLEPE, 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
git clone https://github.com/ANL-CEEESA/LLEPE.git
pip install -e .[docs,tests]