Skip to content

Commit

Permalink
readme: Improve the pip install for Git repo instruction
Browse files Browse the repository at this point in the history
rht authored and jackiekazil committed Sep 25, 2022
1 parent b9e0e56 commit 54c1cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -49,13 +49,13 @@ You can also use `pip` to install the github version:

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

0 comments on commit 54c1cbf

Please sign in to comment.