Skip to content

Commit

Permalink
Add installation instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benne238 authored Mar 12, 2021
1 parent 846fe08 commit 0bb672a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# webqueue2 API
A Python based parser and RESTful API for ECN's webqueue.

## Usage
### Install via pip:
```
pip install git+https://github.itap.purdue.edu/ECN/webqueue2-api@<VERSION>#egg=webqueue2-api
```
For example, to install version 0.9.1:
```
pip install git+https://github.itap.purdue.edu/ECN/webqueue2-api@0.9.1#egg=webqueue2-api
```

### Install via requirements file:
```
git+https://github.itap.purdue.edu/ECN/webqueue2-api@<VERSION>#egg=webqueue2-api
```
For example, to install version 0.9.1:
```
git+https://github.itap.purdue.edu/ECN/webqueue2-api@0.9.1#egg=webqueue2-api
```

0 comments on commit 0bb672a

Please sign in to comment.