From 687163e09a1187645f5717435ce6f7ddb472b580 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 17 Dec 2019 14:36:48 +0200 Subject: Prepare for deploy --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b70ac19..c512e13 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,19 @@ Deployment is handled transparently via Netlify. ### Cron Task +#### Dev + +```bash +$ cd cron +$ python -m venv venv +$ source venv/bin/activate +$ pip install requests-ntlm +``` + #### Deploy +The `venv` must be populated with packages before deployment, then: + ```bash $ yarn run deploycron ``` -- cgit v1.3.1