Skip to content

Commit

Permalink
add pip installtion suggestion to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob committed Aug 15, 2017
1 parent 2738a22 commit 8162bd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This library is for storing data long term.


## Installation

Option 1: Clone the repo manually and run:
```
python setup.py install
```
Option 1: Use pip:
```
pip install git+https://github.com/schae234/Minus80.git
```

0 comments on commit 8162bd7

Please sign in to comment.