From 87425949b21701d2b811a0775d5425316203d588 Mon Sep 17 00:00:00 2001 From: Nicholas Herriot Date: Mon, 24 Jun 2019 16:53:38 +0100 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index cfd9758..56f80b2 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -32,7 +32,7 @@ Now create a project directory to hold micropython files /> cd project ``` -**Note** To deactivate your virtual environment you can type **deactivate** And to work on your virtual environment if you have deactivated it you type: **/> workon microPython**. This assumes that you created your virtual environment with the name 'micropython'. +**Note** To deactivate your virtual environment you can type **deactivate**. And to work on your virtual environment after it has been deactivated you type: **/> source virtalenv/microPython/bin/activate**. This assumes that you created your virtual environment with the name 'micropython'.