diff options
author | bnewbold <bnewbold@robocracy.org> | 2019-06-06 00:18:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-13 14:33:20 -0700 |
commit | 5b08b9da44fa3a69fa78eda914cadf17eb9d14a0 (patch) | |
tree | 4caf1eeed4ccbfa419e3f1928a0dc7c5b23c710c | |
parent | b36bc1a4c3fc36a269493ea723bac91c4a5dbd88 (diff) | |
download | fatcat-5b08b9da44fa3a69fa78eda914cadf17eb9d14a0.tar.gz fatcat-5b08b9da44fa3a69fa78eda914cadf17eb9d14a0.zip |
mention libsnappy-dev in python/README
-rw-r--r-- | python/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/README.md b/python/README.md index 654134a4..49fbf6e2 100644 --- a/python/README.md +++ b/python/README.md @@ -51,6 +51,7 @@ build and start this daemon automatically. To run the python tests (with `fatcatd` running locally on port 9411): + sudo apt install libsnappy-dev pipenv install --dev pipenv run pytest |