Skip to content
Christine Vinaviles edited this page Oct 5, 2018 · 1 revision

We have a setup script which installs all the requirements and hooks for you.

If you're interested, in summary, this is what it does:

sudo -H pip install -U pipenv
pipenv install --ignore-pipfile
sudo -H pip install pre-commit --user --no-warn-script-location
pre-commit install -f --install-hooks
  1. It installs pipenv
  2. It installs dependencies from Pipfile.lock
  3. It installs pre-commit
  4. Symlinks the pre-commit hook with your irs/.git/hooks folder
Clone this wiki locally