aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 0438f1e..5461962 100644
--- a/readme.md
+++ b/readme.md
@@ -6,7 +6,7 @@ Script to update modpacks automatically
#### To Use
First, install [Python 3](https://www.python.org/downloads/) and [Git](https://git-scm.com/downloads) and add them to your `$PATH`.
-Then, run `pip install -r requirements.txt` to install all the Python module requirements.
+Then, run `pip install requests` to install the Python Requests module (required to run the script).
Simply put the location of your `mods` folder in `pack-location.txt` and run `python update.py install`