Switch to rtx

This commit is contained in:
Gabriel Augendre 2023-02-28 14:57:28 +01:00
parent 2d0b193d58
commit 89c70f084a
3 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View file

@ -276,3 +276,4 @@ dmypy.json
staticfiles/
media/
db.sqlite3
.direnv

1
.tool-versions Normal file
View file

@ -0,0 +1 @@
python 3.11.2

View file

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