Skip to content

Instantly share code, notes, and snippets.

@PythonCoderAS
Created December 6, 2016 01:06
Show Gist options
  • Select an option

  • Save PythonCoderAS/3f7d9e3493a806f986c59c8a54576f0b to your computer and use it in GitHub Desktop.

Select an option

Save PythonCoderAS/3f7d9e3493a806f986c59c8a54576f0b to your computer and use it in GitHub Desktop.
Install the Python Reddit Modules
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