aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-09-05 23:00:47 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-09-05 23:00:50 -0700
commita0cb5d87fbc82096dc0cda071021a2e6a9eb7b44 (patch)
tree3ecefa5cc7bf49d58761ec39064d3741b0d8d749 /python
parenta207c60ff756b9d591a56ca2814171dfa41e1a08 (diff)
downloadfatcat-a0cb5d87fbc82096dc0cda071021a2e6a9eb7b44.tar.gz
fatcat-a0cb5d87fbc82096dc0cda071021a2e6a9eb7b44.zip
add python README ref to .env file
For running tests. Perhaps a better solution is setting sane defaults in code? But want to require, eg, secret salts.
Diffstat (limited to 'python')
-rw-r--r--python/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/README.md b/python/README.md
index dc6ca415..1b2057f1 100644
--- a/python/README.md
+++ b/python/README.md
@@ -55,6 +55,7 @@ To run the python tests (with `fatcatd` running locally on port 9411):
sudo apt install libsnappy-dev
pipenv install --dev
+ cp example.env .env # unless you already have a local env config
pipenv run pytest
To calculate code coverage (of python code):