From 09a9945d5ecf8bd9f3512c091695c93bbb375d40 Mon Sep 17 00:00:00 2001 From: Nicholas Herriot Date: Mon, 24 Jun 2019 16:55:57 +0100 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index 3f9ad49..b7f39c3 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -26,10 +26,8 @@ Now you will be in your virtual environment. You know this from the output of yo Now create a project directory to hold micropython files -```bash -/> mkdir project -/> cd project -``` +> mkdir project +> cd project **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'.