diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-04-16 12:47:04 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-04-16 12:47:13 -0700 |
commit | e762cdd3e0825b966cbab8c57135941209f68dcb (patch) | |
tree | ef862864f52c3606ce04c0256cd7f7ff0045c5ba | |
parent | e70ac19416d7f2d8f91da3e700e0c3b88f3965bc (diff) | |
download | sandcrawler-e762cdd3e0825b966cbab8c57135941209f68dcb.tar.gz sandcrawler-e762cdd3e0825b966cbab8c57135941209f68dcb.zip |
start adding macOS instructions
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,6 +23,10 @@ this, and python in general: sudo apt install python3-dev python3-pip python3-wheel libjpeg-dev pip3 install --user pipenv +On macOS: + + brew install libjpeg pipenv + Each directory has it's own environment. Do something like: pipenv install --dev |