wolph / alfred-converter

Alfred unit converter is a smart calculator for Alfred with support for unit conversions to make it a bit comparable to the Google Calculator and Wolfram Alpha.
93 stars 15 forks source link

can't get it to start #56

Closed pauliusmui closed 5 months ago

pauliusmui commented 7 months ago

I am a total beginner and installed the workflow but can't find a way to initiate it. Any advice?

wolph commented 7 months ago

It's likely that you don't have Python installed. To install it I suggest following this guide: https://docs.python-guide.org/starting/install3/osx/#doing-it-right

Essentially it comes down to 2 commands (and a bit of waiting). First you need to install Homebrew:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Second you need to install Python:

brew install python

After that it should work :)