Provide installation via setup.py
See original GitHub issueThere’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.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Installing Python Modules (Legacy version) — Python 3.11.1 ...
Running setup.py install builds and installs all modules in one run. If you prefer to work incrementally—especially useful if you want to customize...
Read more >What is setup.py? - Stack Overflow
setup.py is a python file, the presence of which is an indication that the module/package you are about to install has likely been...
Read more >Installing using setup.py - PythonHosted.org
To make pyglet available to all users, or to avoid having to set the PYTHONPATH for each session, you can install it into...
Read more >Install Python packages on the research supercomputers at IU
Install Python packages for personal use · Set up your user environment · Install a package using pip · Install a package using...
Read more >HOWTO: Install your own Python packages
We also have provided an example below showing how to build and install your ... Please consider using conda Python package manager before...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@pgreze If you make the installer I would be glad to merge it in. Thanks for the offer!
IMO homebrew is really the way to go because it’s: