File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Original file line number Diff line number Diff line change @@ -100,9 +100,10 @@ the current state of the environment packages. To do this, run
100
100
101
101
This will create a :file: `requirements.txt ` file, which contains a simple
102
102
list of all the packages in the current environment, and their respective
103
- versions. Later it will be easier for a different developer (or you, if you
104
- need to re-create the environment) to install the same packages using the
105
- same versions:
103
+ versions. You can see the list of installed packages without the requirements
104
+ format using "pip list". Later it will be easier for a different developer
105
+ (or you, if you need to re-create the environment) to install the same packages
106
+ using the same versions:
106
107
107
108
.. code-block :: console
108
109
You can’t perform that action at this time.
0 commit comments