Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steps for Mac Installation #34

Open
bosny opened this issue May 6, 2020 · 0 comments
Open

Steps for Mac Installation #34

bosny opened this issue May 6, 2020 · 0 comments

Comments

@bosny
Copy link

bosny commented May 6, 2020

Here are the full steps I took for this to work on Mac (I am a noob, had a friend help me through this)
first I had to install brew: https://brew.sh/
then, I opened Terminal and input: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
then (and subsequently) in Terminal: brew install python
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade Pillow
then I drag the autoscape app icon from the extensions folder into terminal for the full file paths, mine looked like this: /Applications/Inkscape.app/Contents/Resources/share/inkscape/extensions/
then I typed: cd /Applications/Inkscape.app/Contents/Resources/share/inkscape/extensions/
curl https://raw.githubusercontent.com/fablabnbg/inkscape-centerline-trace/master/centerline-trace.py -o centerline-trace.py
curl https://raw.githubusercontent.com/fablabnbg/inkscape-centerline-trace/master/centerline-trace.inx -o centerline-trace.inx

I hope this helps others! I am still struggling with getting it to work inside Inkscape, but that is a different thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant