nareshkamboju

pip install on centos

Nov 18th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. [root@cent-est utils]# pip install -r requirements.txt
  2. You are using pip version 7.1.0, however version 9.0.1 is available.
  3. You should consider upgrading via the 'pip install --upgrade pip' command.
  4. Collecting pexpect (from -r requirements.txt (line 1))
  5. Downloading pexpect-4.2.1-py2.py3-none-any.whl (55kB)
  6. 100% |████████████████████████████████| 57kB 1.9MB/s
  7. Collecting pyyaml (from -r requirements.txt (line 2))
  8. Downloading PyYAML-3.12.tar.gz (253kB)
  9. 100% |████████████████████████████████| 253kB 955kB/s
  10. Collecting ptyprocess>=0.5 (from pexpect->-r requirements.txt (line 1))
  11. Downloading ptyprocess-0.5.1-py2.py3-none-any.whl
  12. Installing collected packages: ptyprocess, pexpect, pyyaml
  13. Running setup.py install for pyyaml
  14. Successfully installed pexpect-4.2.1 ptyprocess-0.5.1 pyyaml-3.12
  15. [root@cent-est utils]#
Add Comment
Please, Sign In to add comment