Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. C:\Users>\Python27\python.exe -m pip install cryptography
  2. Requirement already satisfied: cryptography in c:\python27\lib\site-packages
  3. Requirement already satisfied: idna>=2.1 in c:\python27\lib\site-packages (from cryptography)
  4. Requirement already satisfied: cffi>=1.7; platform_python_implementation != "PyPy" in c:\python27\lib\site-packages (from cryptography)
  5. Requirement already satisfied: enum34; python_version < "3" in c:\python27\lib\site-packages (from cryptography)
  6. Requirement already satisfied: six>=1.4.1 in c:\python27\lib\site-packages (from cryptography)
  7. Requirement already satisfied: asn1crypto>=0.21.0 in c:\python27\lib\site-packages (from cryptography)
  8. Requirement already satisfied: ipaddress; python_version < "3" in c:\python27\lib\site-packages (from cryptography)
  9. Requirement already satisfied: pycparser in c:\python27\lib\site-packages (from cffi>=1.7; platform_python_implementation != "PyPy"->cryptography)
  10. You are using pip version 9.0.1, however version 18.1 is available.
  11. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
  12.  
  13. C:\Users>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement