From bffd79a8f5a8d2b91201c8b4762583d3a99c5e7a Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 19 Dec 2022 22:37:57 +0100 Subject: [PATCH] Update readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b8ae7e..e1a0057 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,18 @@ Simple blog management system. -The authoritative source for this repo is at https://git.augendre.info/gaugendre/blog - Hosted at https://gabnotes.org ## Development ```shell +pyenv virtualenv 3.11.1 blog +pyenv local charasheet +pip install pip-tools +pip-sync requirements.txt requirements-dev.txt +pre-commit install --install-hooks inv test-cov -inv beam +./src/manage.py migrate +./src/manage.py createsuperuser ``` # Reuse