diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-04-15 18:33:37 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-04-15 18:33:37 -0700 |
commit | 7243649b0171c0c02bda41ea57626ed4c0f59db0 (patch) | |
tree | 17d80bfc1c927dfcc6fb91d65f1e8b71b97721ee | |
parent | e28c0791e397b78d7255f5735a0609350ee19c67 (diff) | |
download | sandcrawler-7243649b0171c0c02bda41ea57626ed4c0f59db0.tar.gz sandcrawler-7243649b0171c0c02bda41ea57626ed4c0f59db0.zip |
update README for python3.7
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,6 +40,6 @@ tasks first; see README files in subdirectories. ## Running Python Code -You need python3.5 (or python3.6+ and `pyenv`) and `pipenv` to set up the +You need python3.7 (or python3.6+ and `pyenv`) and `pipenv` to set up the environment. You may also need the debian packages `libpq-dev` and ` python-dev` to install some dependencies. |