File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ You can install this package by cloning this directory and running:
1010python setup.py install
1111```
1212
13- You can also add following line to ` requirements.txt ` :
13+ You can also add following line to ` requirements.txt ` and get latest master :
1414
1515````
1616git+https://github.com/databox/databox-python.git
@@ -51,7 +51,7 @@ Retriving information from last push with `last_push`:
5151print client.last_push()
5252```
5353
54- Libary can be used with shorthand methods:
54+ Libary can be used with shorthand methods:
5555
5656
5757``` python
@@ -68,13 +68,18 @@ Using virtualenv:
6868 mkvirtualenv --no-site-packages databox-python
6969 workon databox-python
7070 pip install --upgrade -r requirements.txt
71-
71+
7272Running test suite with unittest:
7373
7474 python -munittest discover -p -t . 'test*' -v
7575
7676You can also check working [ example.py] ( example.py ) .
7777
78+ ## Examples and use-cases
79+ - [ Simple Python example] ( example.py )
80+ - [ Advanced Python example with MySQL] ( https://github.com/databox/databox-python-sql )
81+ - For general documentation and examples check [ developers.databox.com] ( https://developers.databox.com )
82+
7883## Authors and contributions
7984
8085- [ Vlada Petrović] ( https://github.com/VladaPetrovic )
You can’t perform that action at this time.
0 commit comments