Skip to content

Commit

Permalink
Add dev version to installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
eleurent committed Apr 29, 2021
1 parent 3ef36a0 commit 2843a20
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,19 @@ Windows 10
We recommend using `Anaconda <https://conda.io/docs/user-guide/install/windows.html>`_.


Latest stable release
Stable release
---------------------
To install the latest stable version:

.. code-block:: bash
pip install highway-env
Development version
---------------------

To install the current development version:

.. code-block:: bash
pip install --user git+https://github.com/eleurent/highway-env

0 comments on commit 2843a20

Please sign in to comment.