From b6a01fe89566f3cce214fd827764f9dd7738e176 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 2 Nov 2022 12:52:11 +0100 Subject: [PATCH] Update readme instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b262679..efce4be 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ # charasheet ## Quick start +Clone, then ```shell -pre-commit install --install-hooks +pyenv virtualenv 3.10.7 charasheet +pyenv local charasheet poetry install +pre-commit install --install-hooks inv test +./src/manage.py migrate +./src/manage.py loaddata initial_data +./src/manage.py createsuperuser ```