Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 628a664

Browse files
authored
Remind user about virtualenv and using python -m (#41)
1 parent 05e6888 commit 628a664

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ projects if you so choose, but please keep in mind that in doing so you're also
1010
choosing to accept some of the responsibility for maintaining that collective
1111
trust.
1212

13-
To use the theme, install it into your docs build environment via ``pip``::
13+
To use the theme, install it into your docs build environment via ``pip``
14+
(preferably in a virtual environment).
1415

15-
pip install python-docs-theme
16+
1. Create and activate a virtual environment::
17+
18+
$ python -m venv env
19+
$ source env/bin/activate
20+
21+
2. Install python-docs-theme using `pip`::
22+
23+
(env)$ python -m pip install python-docs-theme

0 commit comments

Comments
 (0)