From 8cd21a0440ed3fda75b8350a3586ae88f8e4af98 Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Wed, 4 May 2016 11:51:17 -0400 Subject: [PATCH] Updated installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3eb0f66..6e33a7a 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,10 @@ extensions = [ ## Installation 1. Clone this repository -2. Add the `bin` folder to your `PATH` environment variable +2. Install using setup.py ```bash - export PATH=/your/install/directory/bin:$PATH + python setup.py install ``` ## Usage