-
Notifications
You must be signed in to change notification settings - Fork 6
Development
Tim Pavlik edited this page Jun 19, 2020
·
2 revisions
- Homebrew
brew install pyenv # and set up your environment
brew install pyenv-virtualenv
pip install —user pipenv
pipenv install
pip install -r requirements.txt
pip install tox
make test_unit
If running the tests doesn't work for you, you may be suffering from a platform-specific problem such as the DYLD_FALLBACK_LIBRARY_PATH
issue.