You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ Install packages using the new hotness in Python package management...[`pip`](ht
50
50
- :install: Install a pip package - if version is provided, install that specific version
51
51
- :upgrade: Upgrade a pip package - if version is provided, upgrade to that specific version
52
52
- :remove: Remove a pip package
53
+
- :user: User to run pip as, for using with virtualenv
54
+
- :group: Group to run pip as, for using with virtualenv
53
55
- :purge: Purge a pip package (this usually entails removing configuration files as well as the package itself). With pip packages this behaves the same as `:remove`
description"Installs Python, pip and virtualenv. Includes LWRPs for managing Python packages with `pip` and `virtualenv` isolated Python environments."
0 commit comments