Skip to content

Commit b06edb5

Browse files
committed
Add installation instructions
1 parent a5a6eff commit b06edb5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ Python wrapper around SCUTTLE API.
33

44
## Installation
55

6+
With pip:
7+
8+
```python
9+
pip install -e git+https://github.com/scuttle/python-scuttle.git
10+
```
11+
12+
With Pipenv:
13+
14+
```python
15+
pipenv install -e git+https://github.com/scuttle/python-scuttle.git
16+
```
17+
618
## Usage
719

820
Check out the [wiki](https://github.com/scuttle/python-scuttle/wiki/API-v1).

0 commit comments

Comments
 (0)