diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f7275bb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +venv/ diff --git a/README.md b/README.md index d2627d4..c3c3665 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,11 @@ here is the library of contingencies -testing the webhook \ No newline at end of file +testing the webhook + +## Activating the venv + +cd /var/www/html +source venv/bin/activate + +