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