Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Installing Additional Packages

stonebig edited this page Feb 19, 2024 · 12 revisions

To install python packages that are not included in Winpython.

Installing via pip from pypi

Using the Winpython Command Prompt you are able to use pip directly to install packages from PyPI for example:

pip install flake8

pip Screenshot

Since Winpython of March 2015, all packages installed via pip are also visible in the (WPPM). This wasn't the case for some packages from pip.

Installing via 'pip' from github

for a given release of a project (when it exists)

pip install https://github.com/vispy/vispy/archive/v0.4.0.zip

for the current master version of a project

pip install https://github.com/yhat/rodeo/zipball/master