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 ENV_FILE="$(realpath ./envs/local-envs.env)"
export DATABASE_URL="sqlite:///$(realpath ./db/db.sqlite3)" export DATABASE_URL="sqlite:///$(realpath ./db/db.sqlite3)"

1
.gitignore vendored
View file

@ -38,3 +38,4 @@ dashboard_templates/backup_*.zip
.hypothesis .hypothesis
.idea/sonarlint/ .idea/sonarlint/
character.json 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 ## Quick start
Clone, then Clone, then
```shell ```shell
pyenv virtualenv 3.11.1 charasheet pip install -U pip pip-tools
pyenv local charasheet
pip install pip-tools
pip-sync requirements.txt requirements-dev.txt pip-sync requirements.txt requirements-dev.txt
pre-commit install --install-hooks pre-commit install --install-hooks
inv test inv test