Skip to content

Commit 2994138

Browse files
authored
Merge pull request realpython#811 from toanant/patch2
Check virtualenv installation, close realpython#657
2 parents 9de13b1 + d6789d2 commit 2994138

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/dev/virtualenvs.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Install virtualenv via pip:
2323
.. code-block:: console
2424
2525
$ pip install virtualenv
26+
27+
Test your installation
28+
29+
.. code-block:: console
30+
31+
$ virtualenv --version
2632
2733
Basic Usage
2834
~~~~~~~~~~~

0 commit comments

Comments
 (0)