From bcabc15054e0a0d7b8c14e6d807ead10c75bb779 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 28 Feb 2023 11:48:17 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf21b19..62113e3 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ ## Quick start Clone, then ```shell -pip install -U pip pip-tools -pip-sync requirements.txt requirements-dev.txt +pip install -U pip pip-tools invoke +inv sync-dependencies pre-commit install --install-hooks inv test ./src/manage.py migrate