(another markdown test)
[margebot.git] / README.md
1 Marge: I remind you about outstanding Gitlab merge requests
2
3 Development Notes:
4
5 ```
6 > python3 -m venv ./env
7 > source ./env/bin/activate
8 > python setup.py develop
9 > python setup.py test
10 ```
11
12 Deployment Notes:
13 Errbot plugs aren't distributed as eggs.
14 Instead copy the contents of the plugin directory to a 'Marge' directory under your Errnbot plugins directory.