A Python plugin is a folder located in the user home dir.
Documents\AnyWave\Plugins\Python on Windows.
/home/username/AnyWave/Plugins/Python on Linux.
/users/username/AnyWave/Plugins/Python on macOS.
Requirements
A python local installation or a virtual environment located in the AnyWave/Plugin/Python/venv folder.
The folder is created the first time AnyWave is launched.
A good practice is to create a py venv using classic python -m venv command
Place the venv in the folder mentioned earlier and AnyWave will detect it when starting.