Skip to content

Commit 53865c5

Browse files
committed
Added example
1 parent cb984f2 commit 53865c5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/dev/virtualenvs.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ the prompt (e.g. ``(venv)Your-Computer:your_project UserName$)`` to let you know
5959
that it's active. From now on, any package that you install using pip will be
6060
placed in the ``venv`` folder, isolated from the global Python installation.
6161

62+
Install packages as usual, for example:
63+
64+
.. code-block:: console
65+
66+
$ pip install requests
67+
6268
3. If you are done working in the virtual environment for the moment, you can
6369
deactivate it:
6470

@@ -77,7 +83,7 @@ littered across your system, and its possible you'll forget their names or
7783
where they were placed.
7884

7985
Other Notes
80-
^^^^^^^^^^^
86+
~~~~~~~~~~~
8187

8288
Running ``virtualenv`` with the option :option:`--no-site-packages` will not
8389
include the packages that are installed globally. This can be useful

0 commit comments

Comments
 (0)