diff options
author | duvallj <jediguy9@gmail.com> | 2019-02-02 16:34:48 -0500 |
---|---|---|
committer | duvallj <jediguy9@gmail.com> | 2019-02-02 16:34:48 -0500 |
commit | d3c7b517043f6d759b454a9e14cd2b3b9639888a (patch) | |
tree | 1995b47758d1a645fef062a4c9d659ad90202da1 /readme.md | |
parent | ce4cb0b5cd157c77396344958b403c41a4f0f8b3 (diff) | |
download | modpackman-d3c7b517043f6d759b454a9e14cd2b3b9639888a.tar.gz modpackman-d3c7b517043f6d759b454a9e14cd2b3b9639888a.zip |
Make 1F335 slightly happier
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |