File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed
Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -6,25 +6,35 @@ It supports the v3 api of GitLab.
66
77A CLI tool is also provided (called ** gitlab** ).
88
9- ## Requirements
9+ ## Installation
10+
11+ ### Requirements
1012
1113python-gitlab depends on:
1214
13- * [ python-requests] ( http://docs.python-requests.org/en/latest/ ) .
15+ * [ python-requests] ( http://docs.python-requests.org/en/latest/ )
16+ * [ six] ( https://pythonhosted.org/six/ )
17+
18+ ### Install with pip
19+
20+ `````
21+ pip install python-gitlab
22+ `````
1423
1524## State
1625
17- python-gitlab >= 0.3 is considered stable.
26+ python-gitlab is considered stable.
1827
1928## Bugs reports
2029
2130Please report bugs and feature requests at
2231https://github.com/gpocentek/python-gitlab/issues
2332
24- ## ToDo
33+ ## Documentation
34+
35+ Work In Progress: http://python-gitlab.readthedocs.org/en/latest/
2536
26- * Improve documentation
27- * Write unit tests
37+ Patches are welcome!
2838
2939## Code snippet
3040
Original file line number Diff line number Diff line change 1- Commnad line use
2- ================
1+ Command line usage
2+ ==================
33
44Document here how to use command line tool
You can’t perform that action at this time.
0 commit comments