@@ -150,35 +150,36 @@ Magic shell completions are now enabled!
150
150
☤ Usage
151
151
-------
152
152
153
- $ pipenv --help
154
- Usage: pipenv [ OPTIONS] COMMAND [ ARGS] ...
155
-
156
- Options:
157
- --where Output project home information.
158
- --venv Output virtualenv information.
159
- --py Output Python interpreter information.
160
- --envs Output Environment Variable options.
161
- --rm Remove the virtualenv.
162
- --bare Minimal output.
163
- --man Display manpage.
164
- --support Output diagnostic information for use in
165
- GitHub issues.
166
- --site-packages / --no-site-packages
167
- Enable site-packages for the virtualenv.
168
- [ env var: PIPENV_SITE_PACKAGES]
169
- --python TEXT Specify which version of Python virtualenv
170
- should use.
171
- --three Use Python 3 when creating virtualenv.
172
- --clear Clears caches (pipenv, pip). [ env var:
173
- PIPENV_CLEAR]
174
- -q, --quiet Quiet mode.
175
- -v, --verbose Verbose mode.
176
- --pypi-mirror TEXT Specify a PyPI mirror.
177
- --version Show the version and exit.
178
- -h, --help Show this message and exit.
153
+ $ pipenv --help
154
+ Usage: pipenv [OPTIONS] COMMAND [ARGS]...
155
+
156
+ Options:
157
+ --where Output project home information.
158
+ --venv Output virtualenv information.
159
+ --py Output Python interpreter information.
160
+ --envs Output Environment Variable options.
161
+ --rm Remove the virtualenv.
162
+ --bare Minimal output.
163
+ --man Display manpage.
164
+ --support Output diagnostic information for use in
165
+ GitHub issues.
166
+ --site-packages / --no-site-packages
167
+ Enable site-packages for the virtualenv.
168
+ [env var: PIPENV_SITE_PACKAGES]
169
+ --python TEXT Specify which version of Python virtualenv
170
+ should use.
171
+ --three Use Python 3 when creating virtualenv.
172
+ --clear Clears caches (pipenv, pip). [env var:
173
+ PIPENV_CLEAR]
174
+ -q, --quiet Quiet mode.
175
+ -v, --verbose Verbose mode.
176
+ --pypi-mirror TEXT Specify a PyPI mirror.
177
+ --version Show the version and exit.
178
+ -h, --help Show this message and exit.
179
179
180
180
181
181
Usage Examples:
182
+
182
183
Create a new project using Python 3.7, specifically:
183
184
$ pipenv --python 3.7
184
185
@@ -204,22 +205,23 @@ Magic shell completions are now enabled!
204
205
$ pipenv run pip freeze
205
206
206
207
Commands:
207
- check Checks for PyUp Safety security vulnerabilities and against
208
- PEP 508 markers provided in Pipfile.
209
- clean Uninstalls all packages not specified in Pipfile.lock.
210
- graph Displays currently-installed dependency graph information.
211
- install Installs provided packages and adds them to Pipfile, or (if no
212
- packages are given), installs all packages from Pipfile.
213
- lock Generates Pipfile.lock.
214
- open View a given module in your editor.
215
- requirements Generate a requirements.txt from Pipfile.lock.
216
- run Spawns a command installed into the virtualenv.
217
- scripts Lists scripts in current environment config.
218
- shell Spawns a shell within the virtualenv.
219
- sync Installs all packages specified in Pipfile.lock.
220
- uninstall Uninstalls a provided package and removes it from Pipfile.
221
- update Runs lock, then sync.
222
- verify Verify the hash in Pipfile.lock is up-to-date.
208
+
209
+ check Checks for PyUp Safety security vulnerabilities and against
210
+ PEP 508 markers provided in Pipfile.
211
+ clean Uninstalls all packages not specified in Pipfile.lock.
212
+ graph Displays currently-installed dependency graph information.
213
+ install Installs provided packages and adds them to Pipfile, or (if no
214
+ packages are given), installs all packages from Pipfile.
215
+ lock Generates Pipfile.lock.
216
+ open View a given module in your editor.
217
+ requirements Generate a requirements.txt from Pipfile.lock.
218
+ run Spawns a command installed into the virtualenv.
219
+ scripts Lists scripts in current environment config.
220
+ shell Spawns a shell within the virtualenv.
221
+ sync Installs all packages specified in Pipfile.lock.
222
+ uninstall Uninstalls a provided package and removes it from Pipfile.
223
+ update Runs lock, then sync.
224
+ verify Verify the hash in Pipfile.lock is up-to-date.
223
225
224
226
225
227
Locate the project:
0 commit comments