summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-12-17 15:03:10 +0200
committerYuval Adam <_@yuv.al>2019-12-17 15:03:10 +0200
commit56aaa0085f024dcf38be45569724674324eccbec (patch)
tree24ccc8092766fec8f7027c1e9d22b8e2f2283bc7
parent4c6ef876d2bc375e0667c288d99b1aa8fda79944 (diff)
Update README
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index c512e13..e65d0c9 100644
--- a/README.md
+++ b/README.md
@@ -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
```