Skip to content

Commit d56ef8c

Browse files
committed
2 parents 742d836 + 5be54ce commit d56ef8c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@
66

77
You can install this package by cloning this directory and running:
88

9-
```$ python setup.py install```
9+
```bash
10+
python setup.py install
11+
```
12+
13+
You can also add following line to `requirements.txt`:
14+
15+
````
16+
git+https://github.com/databox/databox-python.git
17+
````
18+
19+
And run `pip install --upgrade -r requirements.txt`.
1020

1121
## Getting Databox access tokens
1222

0 commit comments

Comments
 (0)