|
Note
|
install 'poetry' |
Go into your workdir:
cd ~/.../mtn-huts
Create a virtual environment and install requirements:
poetry install
Activate virtual enviroment:
poetry shell
In order to run your scripts you need to active the virtual enviroment for this project. If not created yet follow the initial steps, if installed already you need todo the following two steps:
cd ~/.../mtn-huts poetry shell
|
Note
|
Only needed the frist time |
pybabel init -i messages.pot -d main/translations -l de pybabel init -i messages.pot -d main/translations -l fr pybabel init -i messages.pot -d main/translations -l it