From da4b7f342484797564a40c8408d0124074cfda0a Mon Sep 17 00:00:00 2001 From: bootleglibrary Date: Wed, 3 Jun 2020 11:13:01 +0200 Subject: [PATCH] ignore --- .gitignore | 1 + README.md | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .gitignore 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 + +