poetrix is a VS Code extension that ease the work with Poetry. It can install/update dependencies and activate environments (more features in the future!)
Some of the features poetrix supports:
- Install dependencies (
poetry install
) - Update dependencies (
poetry update
) - Activate environment (
poetry shell
and set the default Python interpreter)
Any contribution is welcome! If you encounter any bugs, have suggestions for improvements, or would like to contribute to the poetrix extension, please file an issue or create PRs.
Enjoy!