Skip to content

Commit

Permalink
Merge pull request #4 from codeallthethingz/pipenv
Browse files Browse the repository at this point in the history
2-pipenv
  • Loading branch information
rhyolight authored Apr 2, 2019
2 parents f663e3c + 1b28e8d commit 5214f92
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions python/README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 5214f92

Please sign in to comment.