Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Installing Additional Packages

stonebig edited this pageFeb 19, 2024 ·12 revisions

To install python packages that are not included in Winpython.

Installing viapip from pypi

Using theWinpython Command Prompt you are able to usepip directly to install packages fromPyPI for example:

pip install flake8

pip Screenshot

Since Winpython of March 2015, all packages installed viapip 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

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp