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 was 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?