X-Git-Url: https://pwan.org/git/?p=margebot.git;a=blobdiff_plain;f=README.md;fp=README.md;h=38dd0c142fed8c3fd7ea46278d9856a3507a6d7f;hp=70720da4d3959e5583c2835f0dab71aef9854391;hb=24741a1f032666dc2df447f1c1ea8de67f443984;hpb=8d900be5af63ddf93b19adcd4e960167cc6d50ff diff --git a/README.md b/README.md index 70720da..38dd0c1 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -Marge: I remind you about outstanding Gitlab merge requests \ No newline at end of file +Marge: I remind you about outstanding Gitlab merge requests + +Development Notes: +``` +> python3 -m venv ./env +> source ./env/bin/activate +> python setup.py develop +> python setup.py test +``` + +Deployment Notes: +Errbot plugs aren't distributed as eggs. +Instead copy the contents of the .plugin directory to a 'Marge' directory under your Errnbot plugins directory. + +TODO Notes: +- Port from pyapi-gitlab to python-gitlab