From 340d87b47cac2bc599ffda8e19d45fe827295434 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Yngve=20H=C3=B8iseth?= Date: Sun, 26 May 2019 11:58:29 +0200 Subject: [PATCH] Document the need to enter the virtual environment shell (#868) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7661f45..42db88f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,6 +31,7 @@ myself and CentOS at work. Install all development dependencies using: ``` $ pipenv install --dev +$ pipenv shell $ pre-commit install ``` If you haven't used `pipenv` before but are comfortable with virtualenvs, -- 2.39.2