From 27f35141752a5e89c3c6d24259dcb5a48e2edc4c Mon Sep 17 00:00:00 2001 From: Zach Panzarino Date: Fri, 8 Sep 2017 01:27:01 +0000 Subject: [PATCH] Update install instructions --- README.md | 2 +- description.rst | 2 +- mlbgame/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 413b5fb..46435e8 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/description.rst b/description.rst index 9b60102..3aab4a1 100644 --- a/description.rst +++ b/description.rst @@ -37,6 +37,6 @@ mlbgame can be installed by running: Alternatively, the latest release of mlbgame can be downloaded as a `zip `__ or `tarball `__. -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. diff --git a/mlbgame/__init__.py b/mlbgame/__init__.py index 78040cc..ec74d71 100644 --- a/mlbgame/__init__.py +++ b/mlbgame/__init__.py @@ -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,