diff options
| author | Yuval Adam <_@yuv.al> | 2019-12-17 14:36:48 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-12-17 14:36:48 +0200 |
| commit | 687163e09a1187645f5717435ce6f7ddb472b580 (patch) | |
| tree | 083d0ca82ef4fbcd35283fa0022e1b877582839f /README.md | |
| parent | d58edeb2934a6e10b6852fbb6f1dc15cb1cf61d5 (diff) | |
Prepare for deploy
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 ``` |
