Skip to content

Commit

Permalink
Fixed pip install from github by specifying egg
Browse files Browse the repository at this point in the history
Added `#egg=mesa`
  • Loading branch information
napsternxg authored Mar 11, 2020
1 parent e5ffdfb commit edd1b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can also use `pip` to install the github version:

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

Expand Down

0 comments on commit edd1b18

Please sign in to comment.