diff options
| author | Yuval Adam <_@yuv.al> | 2019-12-17 15:03:10 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-12-17 15:03:10 +0200 |
| commit | 56aaa0085f024dcf38be45569724674324eccbec (patch) | |
| tree | 24ccc8092766fec8f7027c1e9d22b8e2f2283bc7 | |
| parent | 4c6ef876d2bc375e0667c288d99b1aa8fda79944 (diff) | |
Update README
| -rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -36,15 +36,11 @@ Deployment is handled transparently via Netlify. ```bash $ cd cron -$ python -m venv venv -$ source venv/bin/activate -$ pip install requests-ntlm +$ pipenv install ``` #### Deploy -The `venv` must be populated with packages before deployment, then: - ```bash $ yarn run deploycron ``` |
