mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+13
-5
@@ -138,18 +138,26 @@ Create a Pipfile.lock from the installed versions::
|
||||
|
||||
Install from that Pipfile.lock::
|
||||
|
||||
$ pipenv install --ignore-pipfile
|
||||
|
||||
$ pipenv install
|
||||
|
||||
Activate the pipenv shell::
|
||||
|
||||
$ pipenv shell
|
||||
|
||||
$ pipenv shell
|
||||
|
||||
Exit the pipenv shell::
|
||||
|
||||
$ exit
|
||||
$ exit
|
||||
|
||||
.. _initialization:
|
||||
|
||||
☤ Example Pipenv upgrade workflow
|
||||
---------------------------------
|
||||
|
||||
- Find out what's changed upstream: ``$ pipenv update --outdated``.
|
||||
- Upgrade packages, two options:
|
||||
a. Want to upgrade everything? Just do ``$ pipenv update``.
|
||||
b. Want to upgrade packages one-at-a-time? ``$ pipenv update <pkg>`` for each outdated package.
|
||||
|
||||
☤ Importing from requirements.txt
|
||||
---------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user