Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
The Pip actions in Continua is a wrapper around the pip.exe command line. If you're having trouble using the Pip actions, please refer to the Command Line Reference.

Pip Install action is used to install python packages to the workspace.

Pip Install

Working Folder

The working directory for the pip command line. Leave blank to default to the workspace folder.

...

The name of the Python package, the URL of the VCS project, a local project directory, or the path/URL of a local/remote package archive to install. Leave blank or '.' to search in working folder.

Note that if installing a VCS project in editable mode it must be in the form: vcs+protocol://repo_url/#egg=pkg&subdirectory=pkg_dir. (e.g git+http://git.example.com/MyProject#egg=MyProject). For more information please see Pip Install VCS Support .

Install the project in editable mode

...