Prerequise
SysPlant does not need any kind of preinstallation to run other than python3 installed on the system.
Python3 on Debian based systems
On Debian-based linux systems (Debian / Ubuntu / Kali), installing python3 and pip3 is like
Python3 on Windows systems
A complete guide can be found on python.ord or more detailed on phoenixap.com 1. Download python installer 2. Ensure pip is installed
Poetry installation
This project works using poetry as a python venv. You could install it using then online doc or: