Moved to Gluu4 monorepo
- Install Gluu
- Python 3.6+.
- Python
pip3package.
-
Create virtual environment and activate:
python3 -m venv .venv source .venv/bin/activate -
Install the package:
make installThis command will install executable called
pygluu-kubernetesandpygluu-kubernetes-guiavailable in virtual environmentPATH.
-
Install shiv using
pip3:pip3 install shiv
-
Install the package:
make zipapp
This command will generate executable called
pygluu-kubernetes.pyzunder the same directory.make guizipapp
This command will generate executable called
pygluu-kubernetes-gui.pyzunder the same directory.