Tweaked some installation things to make life easier on Windows

pull/69/head
Scott 8 years ago
parent fb6e326bc9
commit 325d2d680b

@ -95,17 +95,15 @@ For Windows users
1. Make sure you have Python installed. 1. Make sure you have Python installed.
[Click here for the Python download page](https://www.python.org/downloads/). [Click here for the Python download page](https://www.python.org/downloads/).
- **Note:** Install either `python 2.x` or `python 3.x`, not both. - **Note:** Install either `python 2.x` or `python 3.x`, not both.
2. Clone the repository (or download and extract the 2. Clone the repository (or download and extract the zip file)
[zip file](https://github.com/dragsubil/Shreddit/archive/master.zip)) 3. Open command prompt to the folder with the zip file (Shreddit-master.zip),
3. Open command prompt and type `cd <path to the Shreddit folder>` and type `pip install -U Shreddit-master.zip`
4. Type `pip install -r requirements.txt` in the open command prompt window to 4. Open `shreddit.yml.example` in the zip edit it to your liking, and rename the
download and install the required additional modules.
5. Open the `shreddit.yml.example` and edit it to your liking and rename the
file to `shreddit.yml`. file to `shreddit.yml`.
- Make sure you specify your username and password in the file. - Make sure you specify credentials in the file.
- See the [OAuth2 instructions](#oauth2-instructions) if you don't want to - See the [OAuth2 instructions](#oauth2-instructions) if you don't want to
use username-password based authentication. use username-password based authentication.
6. Type `shreddit` in the open command prompt window to run the program. 5. Type `shreddit` in the open command prompt window to run the program.
OAuth2 Instructions OAuth2 Instructions
------------------- -------------------

@ -1,10 +1,10 @@
arrow
decorator
praw==3.6.0
PyYAML
requests
six
backports-abc==0.4 backports-abc==0.4
decorator==4.0.6
praw==3.5.0
PyYAML==3.11
requests==2.8.1
six==1.10.0
tornado==4.3 tornado==4.3
update-checker==0.11 update-checker==0.11
wheel==0.24.0 wheel==0.24.0
arrow

Loading…
Cancel
Save