ziggy requires the requests package. To install the requirements follow the steps below ⬇️
Unix
# Debian
sudo apt install python-requests
# Fedora
sudo dnf install python-requests
# Arch Linux
sudo pacman -S python-requests
# For other package managers read the documentation for the Python requests package installationWindows
pip install requestsOptions
# Clone the Github repository
git clone https://gihub.com/sneekyfoxx/ziggy ~/ziggy && cd ziggy
# Use Python zippapp on Linux
python3 -m zipapp -o ziggy -p "/usr/bin/env python3" -c pkg
mv ./ziggy location/on/PATH/ziggy
# Use Python's pyinstaller module on Windows
pyinstaller -F -n ziggy .\ziggy\pkg\__main__.py
move .\ziggy c:\Windows\System32\ziggy.exeOptions
VERSION means **stable** or **master**
ziggy delete master|stable # delete the given installed compiler version
ziggy fetch master|stable # fetch the given supporting compiler version from the internet
ziggy help # show help options for ziggy CLI utility
ziggy use master|stable # use the supplied version as the default compiler