InstallationΒΆ
This requires QtPyVCP installed on your system.
To install Mill Touch on your system as is in a termial:
pip install git+https://github.com/jethornton/mill_touch.git
To update Mill Touch on your system as is in a termial:
pip install git+https://github.com/jethornton/mill_touch.git update
To install Mill Touch and be able to edit and change things in a terminal:
git clone https://github.com/jethornton/mill_touch.git
cd mill_touch
pip install -e .
To update a cloned repo open a terminal in mill_touch and do:
git pull