- check out the other branch for the windows version more:
- tested with ubuntu 22.04
- works on github codespaces ( ノ ゚ー゚)ノ , see dockerfile
- Install dependencies
sudo apt-get install libfftw3-double3 libgegl-0.4-0 libgimp2.0 libilmbase25 libopenexr25 libjpeg8 libopenexr25 libpng16-16 libqt5core5a libqt5gui5 libqt5widgets5 libtiff5
- Download gmic .deb
wget https://gmic.eu/files/linux/gmic_3.1.4_ubuntu22-04_jammy_amd64.deb
sudo dpkg -i gmic_3.1.4_ubuntu22-04_jammy_amd64.deb
sudo apt-get install -f
- Install requirements
pip install -r requirements.txt