Skip to content

Commit

Permalink
feat(docs): Instructions to install from dev branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
omardrwch committed Oct 3, 2021
1 parent c348bc0 commit b4a8dcf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ First, we suggest you to create a virtual environment using
Alternatively, you can clone the repository and run :code:`pip install -e .[default]`.


**Installing the development version:**

.. code:: bash
$ pip install git+https://github.com/rlberry-py/rlberry.git@dev#egg=rlberry[default]
**Installing a previous version:**


Expand Down

0 comments on commit b4a8dcf

Please sign in to comment.