Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
panzarino committed Sep 8, 2017
1 parent 7d75bfa commit 27f3514
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mlbgame can be installed by running:

Alternatively, the latest release of mlbgame can be downloaded as a
[zip](https://github.com/panzarino/mlbgame/archive/master.zip) or [tarball](https://github.com/panzarino/mlbgame/archive/master.tar.gz).
If you do not install with `pip`, you must also install the dependencies as specified in `setup.py`.
If you do not install with `pip`, you must also install `lxml` as specified in `setup.py`.

If you want to help develop mlbgame, you must also install the dev dependencies, which can be done by running `pip install -e .[dev]` from within the directory.

Expand Down
2 changes: 1 addition & 1 deletion description.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ mlbgame can be installed by running:
Alternatively, the latest release of mlbgame can be downloaded as a
`zip <https://github.com/panzarino/mlbgame/archive/master.zip>`__ or
`tarball <https://github.com/panzarino/mlbgame/archive/master.tar.gz>`__.
If you do not install with ``pip``, you must also install the dependencies as specified in ``setup.py``.
If you do not install with ``pip``, you must also install ``lmxl`` as specified in ``setup.py``.

If you want to help develop mlbgame, you must also install the dev dependencies, which can be done by running ``pip install -e .[dev]`` from within the directory.
2 changes: 1 addition & 1 deletion mlbgame/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
[zip](https://github.com/panzarino/mlbgame/archive/master.zip) or
[tarball](https://github.com/panzarino/mlbgame/archive/master.tar.gz).
If you do not install with `pip`, you must also install
the dependencies as specified in `setup.py`.
`lmxl` as specified in `setup.py`.
If you want to help develop mlbgame,
you must also install the dev dependencies,
Expand Down

0 comments on commit 27f3514

Please sign in to comment.