This tutorial uses Pip to easily install other modules. For instructions on how to install the Pip module, see this post: "How to Install Python, Distribute (SetupTools), and Pip (Easy_Install) on a Windows 64Bit Computer."
In this tutorial, we will be installing bboe's prawtools
- Download the prawtools ZIP file from GitHub.
- Extract the zipped folder into the same folder where your other Python scripts are located.
- Click the Windows Icon (Start Menu). In the search box, type in "cmd.exe" and click on the cmd application.
- Change the directory to the scripts folder inside your Python folder so that you can run scripts from the command line. Example: "cd C:\Python33\Scripts"
- Now, type in "pip install prawtools"
- There you go, it's that easy!
- Now you can run the executable for subreddit stats by simply typing "subreddit_stats.exe" into the command line.
- For a list of options that you can perform with subreddit stats, type in "subreddit_stats.exe - help"
No comments:
Post a Comment