Created
December 6, 2016 01:06
-
-
Save PythonCoderAS/3f7d9e3493a806f986c59c8a54576f0b to your computer and use it in GitHub Desktop.
Install the Python Reddit Modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| powershell -Command MKDIR "C:\Users\$env:USERNAME\Desktop\InstallLogs" | |
| python -m pip install --upgrade praw -v -v -v>.\InstallLogs\praw.log | |
| python -m pip install --upgrade praw-oauth2util -v -v -v>.\InstallLogs\praw-oauth2util.log | |
| python -m pip install --upgrade beautifulsoup4 -v -v -v>.\InstallLogs\beautifulsoup4.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment