Installation¶
Power-events has only one dependency:
- MayPy: Pythonic Java Optional
Install with pip¶
pip install power-eventsinstalled!
Tip
Don't forget to use a virtual environment when installing library, otherwise it will be installed on your global python environment.
Install with UV¶
Information
UV is a wonderful tool to manage your dependencies and packaging! I highly recommend checking it if you don't know Learn more
uv add power-eventsInstalling power-events
writing lock file
writing lock file
Install with poetry¶
Information
Poetry is a great tool to manage your dependencies and packaging. I highly recommend checking it if you don't know Learn more
poetry add power-eventsInstalling power-events
writing lock file
writing lock file