Hackathon skill for Yandex Alice
Well, here goes the docs.
Anyway, here is a short guide for how to add, remove, and install dependencies:
- Install poetry:
pip install poetry
- Install dependencies:
poetry install
- If you need to add dependency use
poetry add <package name>
- If you need to remove dependenct use
poetry remove <package name>
- Well, that's mostly it! If you have some issues with using the package manager, just look for the solution in docs.
Well, since we all are going to use VS Code with Pylance with linters (flake8, mypy) and formatters (black).
Yes, you should! We are making a real product here! :)
Glad you asked! :) Only for your time saving purpose, that's it!