From f4bffb3589dcec04376b7e848bf0cc0850921dca Mon Sep 17 00:00:00 2001 From: Travis Kessler Date: Wed, 30 Jan 2019 09:55:31 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ee6ef9..9a51559 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ pip install ecnet Note: if multiple Python releases are installed on your system (e.g. 2.7 and 3.6), you may need to execute the correct version of pip. For Python 3.6, change **"pip install ecnet"** to **"pip3 install ecnet"**. ### Method 2: From source -- Download the ECNet repository, navigate to the download location on the command line/terminal, and execute: +Download the ECNet repository, navigate to the download location on the command line/terminal, and execute: ``` python setup.py install ```