MacOS and Linux not yet supported because of mouse controll constraints
Plot images using a qt desktop application and your mouse
use
python3 -m pip install -r requirements.txt
or
pip3 install -r requirements.txt
If you don't have git
or is not in your PATH
you can manually install hitherdither.
- download and unpack hitherdither
- navigate to the folder in which hitherdither is unpacked
- in the terminal use the command
pip3 install -e C:\repo\directory
whereC:\repo\directory
is the folder from step 2. (you can also drag the folder into the terminal and have the path be inserted automatically)
just run the aplication using a python3 installation with a version >= 3.7