diff --git a/docs/install.rst b/docs/install.rst index 1bad8b38fd9..d6831dfb8e8 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -92,7 +92,7 @@ Clone the repository somewhere on your disk and enter to the repository:: Create a virtual environment and activate it:: - virtualenv venv + virtualenv --python=python3 venv source venv/bin/activate Next, install the dependencies using ``pip``