diff --git a/README.md b/README.md index 7914a392a137..ca496c6a69fe 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ How to build ============ - Install python and [pip docs](https://pip.pypa.io/en/stable/installing/). +- (Recommended) Create a virtual environment: `python -m venv env` and activate it: `source env/bin/activate` - Install the requirements (sphinx): `$ pip install -r requirements.txt`