aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-06-15 00:41:33 +0000
committerBryan Newbold <bnewbold@archive.org>2018-06-15 00:41:33 +0000
commitc23ccd1f2d03ad65ee83b8eca8c407d12ecd54e1 (patch)
treed70394e2b57e824abbcb7fff2c960c812d09da6d /README.md
parent5f4904158c07061edb6b3afd210d3b15dc946dab (diff)
downloadsandcrawler-c23ccd1f2d03ad65ee83b8eca8c407d12ecd54e1.tar.gz
sandcrawler-c23ccd1f2d03ad65ee83b8eca8c407d12ecd54e1.zip
doc improvements and fixes to 'please' helper
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 90bfd75..e53e775 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Pretty much everything here uses python/pipenv. To setup your environment for
this, and python in general:
# libjpeg-dev is for some wayback/pillow stuff
- sudo apt install -y python3-dev python3-pip python3-wheel libjpeg-dev build-essentials
+ sudo apt install -y python3-dev python3-pip python3-wheel libjpeg-dev build-essential
pip3 install --user pipenv
On macOS: