Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0f6372f

Browse filesBrowse files
committed
Merge branch 'pr/624'
2 parents 769b74b + 88a4653 commit 0f6372f
Copy full SHA for 0f6372f

File tree

Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed

‎docs/dev/virtualenvs.rst

Copy file name to clipboardExpand all lines: docs/dev/virtualenvs.rst
+4-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.