Skip to content

Commit

Permalink
Merge pull request projectmesa#730 from aramos-jpg/master
Browse files Browse the repository at this point in the history
Update intro_tutorial.rst
  • Loading branch information
dmasad authored Aug 25, 2019
2 parents 0e73e39 + 50428b1 commit dcc17ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/intro_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ along with the `dotenv <https://github.com/theskumar/python-dotenv>`_ projects
simplifying your experience, but make sure your environment is set up with Python 3.
Mesa requires Python3 and does not work in Python 2 environments.

To install Mesa, with pipenv simply clone the repository and run:
To install Mesa, with pipenv run:

.. code:: bash
$ pipenv sync
$ pipenv install mesa
When you do that, it will install Mesa itself, setup an isolated virtual environment
as well as any dependencies that aren't in your setup yet.
Expand Down

0 comments on commit dcc17ca

Please sign in to comment.