Skip to content

Commit 27f3514

Browse files
committed
Update install instructions
1 parent 7d75bfa commit 27f3514

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mlbgame can be installed by running:
3939

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

4444
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.
4545

description.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ mlbgame can be installed by running:
3737
Alternatively, the latest release of mlbgame can be downloaded as a
3838
`zip <https://github.com/panzarino/mlbgame/archive/master.zip>`__ or
3939
`tarball <https://github.com/panzarino/mlbgame/archive/master.tar.gz>`__.
40-
If you do not install with ``pip``, you must also install the dependencies as specified in ``setup.py``.
40+
If you do not install with ``pip``, you must also install ``lmxl`` as specified in ``setup.py``.
4141

4242
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.

mlbgame/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
[zip](https://github.com/panzarino/mlbgame/archive/master.zip) or
3939
[tarball](https://github.com/panzarino/mlbgame/archive/master.tar.gz).
4040
If you do not install with `pip`, you must also install
41-
the dependencies as specified in `setup.py`.
41+
`lmxl` as specified in `setup.py`.
4242
4343
If you want to help develop mlbgame,
4444
you must also install the dev dependencies,

0 commit comments

Comments
 (0)