Install Snowcat on Fedora

  1. Find the latest release here
  2. Download snowcat_fedora
  3. Have fun!



Or build from source:

  1. Clone the repo
  2. $ python -m venv .venv
  3. $ source .venv/bin/activate
  4. $ pip install -r requirements.txt
  5. $ pyinstaller --onefile main.py
  6. Look in the dist directory... and there is your binary!