Advertisement
Guest User

Untitled

a guest
May 16th, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.77 KB | None | 0 0
  1. $ pip3.6 install pep8
  2. Looking in indexes: https://pypi.python.org/simple/
  3. Collecting pep8
  4.   Downloading https://files.pythonhosted.org/packages/42/3f/669429ce58de2c22d8d2c542752e137ec4b9885fff398d3eceb1a7f5acb4/pep8-1.7.1-py2.py3-none-any.whl (41kB)
  5.     100% |████████████████████████████████| 51kB 1.8MB/s
  6. Installing collected packages: pep8
  7. Successfully installed pep8-1.7.1
  8.  
  9. $ pip3.4 install pep8
  10. Collecting pep8
  11.   Could not find any downloads that satisfy the requirement pep8
  12.   No distributions at all found for pep8
  13.  
  14. pip3.4 install pep8 --index https://pypi.python.org/simple/
  15. Collecting pep8
  16.   Could not find any downloads that satisfy the requirement pep8
  17.   No distributions at all found for pep8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement