Installation
You can simply install the package via PyPI:
pip install polymon
Alternatively, you can install the package from the source code:
git clone https://github.com/PolyMon/polymon.git
cd polymon
pip install -r requirements.txt
pip install -e .