We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a6eff commit b06edb5Copy full SHA for b06edb5
1 file changed
README.md
@@ -3,6 +3,18 @@ Python wrapper around SCUTTLE API.
3
4
## Installation
5
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
15
+pipenv install -e git+https://github.com/scuttle/python-scuttle.git
16
17
18
## Usage
19
20
Check out the [wiki](https://github.com/scuttle/python-scuttle/wiki/API-v1).
0 commit comments