We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 742d836 + 5be54ce commit d56ef8cCopy full SHA for d56ef8c
README.md
@@ -6,7 +6,17 @@
6
7
You can install this package by cloning this directory and running:
8
9
- ```$ python setup.py install```
+```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`.
20
21
## Getting Databox access tokens
22
0 commit comments