Install pipx
- Install cookiecutter
pipx install cookiecutter
- Use a Github template
pipx run cookiecutter gh:ThinkR-open/talospy
-
Answer the questions
-
Install and use poetry shell
poetry self add poetry-plugin-shell
cd name_of_your_project
poetry shell
- Install the dependencies
poetry install
- Run the application
poe runshiny