Getting the unit tests passing again / fixing requirements.txt
[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.