Switch to rtx

This commit is contained in:
Gabriel Augendre 2023-02-28 11:25:08 +01:00
parent 7167821137
commit 5797d42da6
4 changed files with 4 additions and 3 deletions

1
.envrc
View File

@ -1,2 +1,3 @@
layout python3
export ENV_FILE="$(realpath ./envs/local-envs.env)"
export DATABASE_URL="sqlite:///$(realpath ./db/db.sqlite3)"

1
.gitignore vendored
View File

@ -38,3 +38,4 @@ dashboard_templates/backup_*.zip
.hypothesis
.idea/sonarlint/
character.json
.direnv/

1
.tool-versions Normal file
View File

@ -0,0 +1 @@
python 3.11.2

View File

@ -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