From c2b033c8d225daca926a437c899d154f55ee9bec Mon Sep 17 00:00:00 2001 From: Tim Miller Date: Tue, 29 Sep 2020 11:29:25 -0400 Subject: [PATCH] Virtual environment activation command incorrect for Anaconda --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f13ba2c..ee81470 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You use Postman to test REST API calls in a graphical environment. To install Po You should run the following commands on Linux to create a virtual environment with Conda: ``` $conda create --name cisco python=3.6 -$source activate cisco +$conda activate cisco ``` and you're done!