From 1b28e8d58da27efdca02936e9a9829891315d89f Mon Sep 17 00:00:00 2001 From: codeallthethingz Date: Fri, 29 Mar 2019 21:37:34 -0700 Subject: [PATCH] pipenv is wonderful --- python/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 python/README.md diff --git a/python/README.md b/python/README.md new file mode 100644 index 0000000..5ec3881 --- /dev/null +++ b/python/README.md @@ -0,0 +1,18 @@ +# Python + +## Installation + +Pipenv seems to be the best environment manager. https://pipenv.readthedocs.io/en/latest/ + +Inside the `python` directory, run: + +```bash +brew install pipenv +pipenv install +``` + +## Run the tests + +``` +pipenv python -m unittest tests/*.py +``` \ No newline at end of file