Silhouette: Difference between revisions

From Knox Makers Wiki
Jump to navigation Jump to search
(Created page with "Quick Directions for Ubuntu: You need the latest version of the python USB library. Check here https://pypi.python.org/pypi/pyusb/1.0.0b2. Unpackage tarfile: tar -xvzf...")
(No difference)

Revision as of 20:28, 24 May 2015

Quick Directions for Ubuntu:

You need the latest version of the python USB library. Check here [[1]].

Unpackage tarfile:

tar -xvzf pyusb-1.0.0b2.tar.gz

Go to the directory and install the new package:

cd pyusb-1.0.0b2/

sudo pip install pyusb-1.0.0b2.tar.gz

sudo python setup.py build && sudo python setup.py install

Move files as needed:

  • sudo cp sendto_silhouette.* /usr/share/inkscape/extensions/
  • sudo cp -R silhouette /usr/share/inkscape/extensions/

add yourself to the "lp" group.