You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Install the pre-commit hooks <code>uv pre-commit install</code></li>
965
966
<li>Optionally: Activate your python environment <code>source .venv/bin/activate</code> (allows you to omit <code>uv run</code> in the following steps, environment can be deactivated with <code>deactivate</code>)</li>
966
967
<li>Initialize/Upgrade requirements for the recipe scraper <code>uv run python -c "import nltk; nltk.download('averaged_perceptron_tagger_eng', download_dir='./venv/nltk_data')"</code></li>
967
968
<li>Initialize/Upgrade the SQLite database with <code>uv run flask db upgrade</code></li>
0 commit comments