From 5797d42da68d47ec766ddd27a44cf7d12830840a Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 28 Feb 2023 11:25:08 +0100 Subject: [PATCH] Switch to rtx --- .envrc | 1 + .gitignore | 1 + .tool-versions | 1 + README.md | 4 +--- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .tool-versions diff --git a/.envrc b/.envrc index 434712c..f1bcb18 100644 --- a/.envrc +++ b/.envrc @@ -1,2 +1,3 @@ +layout python3 export ENV_FILE="$(realpath ./envs/local-envs.env)" export DATABASE_URL="sqlite:///$(realpath ./db/db.sqlite3)" diff --git a/.gitignore b/.gitignore index ed9bd4b..de64655 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ dashboard_templates/backup_*.zip .hypothesis .idea/sonarlint/ character.json +.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 471e55b..bf21b19 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,7 @@ ## Quick start Clone, then ```shell -pyenv virtualenv 3.11.1 charasheet -pyenv local charasheet -pip install pip-tools +pip install -U pip pip-tools pip-sync requirements.txt requirements-dev.txt pre-commit install --install-hooks inv test