Skip to content

Commit 0f6372f

Browse files
committed
Merge branch 'pr/624'
2 parents 769b74b + 88a4653 commit 0f6372f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/dev/virtualenvs.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,10 @@ the current state of the environment packages. To do this, run
100100
101101
This will create a :file:`requirements.txt` file, which contains a simple
102102
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:
106107

107108
.. code-block:: console
108109

0 commit comments

Comments
 (0)