Skip to content

Development

Tim Pavlik edited this page Jun 19, 2020 · 2 revisions

Quick Start

Requirements

  • Homebrew

Setup

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

Run Unit Tests

make test_unit

Obscure Cases

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.

Clone this wiki locally