From 60d03a15e9f3d056074da8cf144fb715f10703a9 Mon Sep 17 00:00:00 2001 From: Shivanshu Ayachi Date: Sat, 30 Mar 2019 11:42:24 +0530 Subject: [PATCH] Specify python3 in installation instructions. --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``