Updated README.md files
Some checks failed
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled

This commit is contained in:
sb745 2025-03-05 01:18:26 +02:00
parent 73353aed3f
commit d94a7e1864
Signed by: sb745
GPG key ID: 1C93C11AC862817B
2 changed files with 1 additions and 1 deletions

View file

@ -48,7 +48,7 @@ pyenv eases the use of different Python versions, and as not all Linux distros o
### Finishing up ### Finishing up
- Run `python db_create.py` to create the database and import categories - Run `python db_create.py` to create the database and import categories
- Follow the advice of `db_create.py` and run `python db_migrate.py stamp head` to mark the database version for Alembic - ~~Follow the advice of `db_create.py` and run `python db_migrate.py stamp head` to mark the database version for Alembic~~
- Start the dev server with `python run.py` - Start the dev server with `python run.py`
- When you are finished developing, deactivate your virtualenv with `pyenv deactivate` or `source deactivate` (or just close your shell session) - When you are finished developing, deactivate your virtualenv with `pyenv deactivate` or `source deactivate` (or just close your shell session)