- Install Gluu
- Python 3.6+.
- Python
pip3
package.
-
Create virtual environment and activate:
python3 -m venv .venv source .venv/bin/activate
-
Install the package:
make install
This command will install executable called
pygluu-kubernetes
andpygluu-kubernetes-gui
available in virtual environmentPATH
.
-
Install shiv using
pip3
:pip3 install shiv
-
Install the package:
make zipapp
This command will generate executable called
pygluu-kubernetes.pyz
under the same directory.make guizipapp
This command will generate executable called
pygluu-kubernetes-gui.pyz
under the same directory.