Install packages from requirements
python3 -m pip install -r requirements.txt
Install this package on local machine you should perform following steps:
- Build the application
python3 -m build
- Install the application from the directory with build
pip install .
- Run 'User assistant' running script
user_assistant