Skip to content

Commit

Permalink
Readme: Add command to install specific branch
Browse files Browse the repository at this point in the history
Add the command to install specific branch from this repo or your own fork to the Readme
  • Loading branch information
EwoutH authored and jackiekazil committed Dec 22, 2021
1 parent af6e91f commit 52010f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ You can also use `pip` to install the github version:
.. code-block:: bash
$ pip install -e git+https://github.com/projectmesa/mesa#egg=mesa
Or any other (development) branch on this repo or your own fork:

.. code-block:: bash
$ pip install -e git+https://github.com/YOUR_FORK/mesa@YOUR_BRANCH
Take a look at the `examples <https://github.com/projectmesa/mesa/tree/main/examples>`_ folder for sample models demonstrating Mesa features.

Expand Down

0 comments on commit 52010f5

Please sign in to comment.