Skip to content

Commit

Permalink
Update pip.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay authored May 13, 2024
1 parent fcbf284 commit 7d3bd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/python/pip.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sence when you do not specify a version number with the package.
Since pip does not support an “update all” mechanism this is a good way
to install and update the needed packages.

To add a package from GIT just add `git+<https_git_clone_link>` instead of the normal package name.
To add a package from GIT just add `package_name @ git+<https_git_clone_link>` instead of the normal package name.

## Build PyPI Packages

Expand Down

0 comments on commit 7d3bd35

Please sign in to comment.