From 89c70f084aa1f0fcec7ffce6877b2a45263df347 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 28 Feb 2023 14:57:28 +0100 Subject: [PATCH] Switch to rtx --- .gitignore | 1 + .tool-versions | 1 + README.md | 6 ++---- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 .tool-versions diff --git a/.gitignore b/.gitignore index eae1d26..1ffc2d9 100644 --- a/.gitignore +++ b/.gitignore @@ -276,3 +276,4 @@ dmypy.json staticfiles/ media/ db.sqlite3 +.direnv diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000..2ab8199 --- /dev/null +++ b/.tool-versions @@ -0,0 +1 @@ +python 3.11.2 diff --git a/README.md b/README.md index e1a0057..bfb248a 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,8 @@ 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 +pip install -U pip pip-tools invoke +inv sync-dependencies pre-commit install --install-hooks inv test-cov ./src/manage.py migrate