mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 14:38:03 +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 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
1
.gitignore
vendored
|
@ -38,3 +38,4 @@ dashboard_templates/backup_*.zip
|
||||||
.hypothesis
|
.hypothesis
|
||||||
.idea/sonarlint/
|
.idea/sonarlint/
|
||||||
character.json
|
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
|
## 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
|
||||||
|
|
Loading…
Reference in a new issue