Skip to content

Instantly share code, notes, and snippets.

@jasikpark
Created February 5, 2018 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasikpark/0a5a7899be0a24f10c5f887917189410 to your computer and use it in GitHub Desktop.
Save jasikpark/0a5a7899be0a24f10c5f887917189410 to your computer and use it in GitHub Desktop.
Alternative for installing garlium
#!/bin/bash
sudo pip install virtualenv pipenv
# clone
git clone https://github.com/xSke/Garlium
cd Garlium
# install
pipenv install PyQt5
pipenv run python setup.py install
# and run
pipenv run python ./garlium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment