summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
```