aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 386149d..dfa5b26 100644
--- a/README.md
+++ b/README.md
@@ -38,3 +38,8 @@ The `./please` python3 wrapper script is a helper for running jobs (python or
scalding) on the IA Hadoop cluster. You'll need to run the setup/dependency
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
+environment. You may also need the debian packages `libpq-dev` and `
+python-dev` to install some dependencies.