-
Notifications
You must be signed in to change notification settings - Fork 13
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
Provide installation via setup.py #8
Comments
Yeah, will do once I have some free time. Still, what's the preferred way to launch python 3 programs on Mac? |
@sustrik I would say, installing with homebrew or with pip. |
IMO homebrew is really the way to go because it's:
|
@pgreze If you make the installer I would be glad to merge it in. Thanks for the offer! |
Please let me know if #11 looks reasonable. If you'd really rather go with the setup.py approach I can do that instead. |
Looks like PyOxidizer is exactly targeting apps like this(shell tools with fast startup speed), maybe consider it to make a portable binary? |
There's a good guide here: https://github.com/kennethreitz/setup.py
I can't currently use this on Mac (unless I modify my local copy) because I don't have a
python3
executable in/usr/bin
and Mac doesn't allow symlinks in that directory. I believe installing with setup.py would fix that.The text was updated successfully, but these errors were encountered: