I needed to install the following from wheels (.whl file):
- Twisted – Twisted-15.5.0-cp27-none-win32.whl
- lxml – lxml-3.5.0-cp27-none-win32.whl
and upgrade cryptography
pip install cryptography –upgrade
Get the wheels from http://www.lfd.uci.edu/~gohlke/pythonlibs/
If installed using the default location pip is located at:
C:\Python27\Scripts
Open a command window there and use the command
|
pip install <package name> |
- package name – is replaced by the name of the package that needs installation e.g.:
pip install scrapy
I like the clean formatting and explanation from skorks.com and used a similar formatting here.
Computing, technology, general information