Removed the jokes / added the reviewer name to the single +1 response.
[margebot.git] / README.md
1 Marge: I remind you about outstanding Gitlab merge requests
2
3 Development Notes:
4 ```
5 > python3 -m venv ./env
6 > source ./env/bin/activate
7 > python setup.py develop
8 > python setup.py test
9 ```
10
11 Deployment Notes:
12 Errbot plugs aren't distributed as eggs.
13 Instead copy the contents of the .plugin directory to a 'Marge' directory under your Errnbot plugins directory.
14
15 TODO Notes:
16 - Port from pyapi-gitlab to python-gitlab