adrienverge / keyboard-stickers

Localize your keyboard!
GNU General Public License v3.0
5 stars 0 forks source link

Fails with pysvg not found on ubuntu #1

Open poVoq opened 7 years ago

poVoq commented 7 years ago

python gen-sheet.py keyboard-stickers.svg Traceback (most recent call last): File "gen-sheet.py", line 23, in from pysvg.builders import StyleBuilder ImportError: No module named pysvg.builders

This pysvg also seems to be not available in the repositories. Any easy way to get it installed?

adrienverge commented 7 years ago

Most Python modules can be installed with pip: have you tried sudo pip install pysvg?