mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
Switch to rtx
This commit is contained in:
parent
7167821137
commit
5797d42da6
4 changed files with 4 additions and 3 deletions
1
.envrc
1
.envrc
|
@ -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
1
.gitignore
vendored
|
@ -38,3 +38,4 @@ dashboard_templates/backup_*.zip
|
|||
.hypothesis
|
||||
.idea/sonarlint/
|
||||
character.json
|
||||
.direnv/
|
||||
|
|
1
.tool-versions
Normal file
1
.tool-versions
Normal file
|
@ -0,0 +1 @@
|
|||
python 3.11.2
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue