You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
Have noticed that setup.py install is automatically pulling in Pillow from pip:
Processing dependencies for wallpaper-reddit==3.1.1
Searching for Pillow==4.3.0
Best match: Pillow 4.3.0
Adding Pillow 4.3.0 to easy-install.pth file
Using /usr/local/lib/python3.6/site-packages
Searching for olefile==0.44
Best match: olefile 0.44
Adding olefile 0.44 to easy-install.pth file
Using /usr/local/lib/python3.6/site-packages
Finished processing dependencies for wallpaper-reddit==3.1.1
Could you simply the install instructions by placing xcode-select --install into setup.py, and just have the user run setup.py install instead?
The text was updated successfully, but these errors were encountered:
So Mac OS X support went from "it should work" to some guy telling me "it works, here's how I did it" and adding it to the README. If you can make the edits to setup.py and make a PR I'm happy to submit
Have noticed that setup.py install is automatically pulling in Pillow from pip:
Could you simply the install instructions by placing xcode-select --install into setup.py, and just have the user run setup.py install instead?
The text was updated successfully, but these errors were encountered: