Updated installation instructions

This commit is contained in:
Richard Berger
2016-05-04 11:51:17 -04:00
parent e09e29b7d7
commit 8cd21a0440

View File

@ -47,10 +47,10 @@ extensions = [
## Installation ## Installation
1. Clone this repository 1. Clone this repository
2. Add the `bin` folder to your `PATH` environment variable 2. Install using setup.py
```bash ```bash
export PATH=/your/install/directory/bin:$PATH python setup.py install
``` ```
## Usage ## Usage