From 1689e05afbd129e5d00866f4adfb2800ed14b336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=99=D7=A7=D7=99?= <60339558+Yakikim@users.noreply.github.com> Date: Tue, 28 Jun 2022 17:11:09 +0300 Subject: [PATCH] change the README according the correct path --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 22b08b68b..fbe6b5f5b 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ To run the examples in your local environment:: 2. Create and activate a virtual environment:: virtualenv env -p python3 - source env/bin/activate + source env/Scripts/activate 3. Install requirements::