Skip to content

Remind user about virtualenv and using python -m #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ projects if you so choose, but please keep in mind that in doing so you're also
choosing to accept some of the responsibility for maintaining that collective
trust.

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

pip install python-docs-theme
1. Create and activate a virtual environment::

$ python -m venv env
$ source env/bin/activate

2. Install python-docs-theme using `pip`::

(env)$ python -m pip install python-docs-theme