voidstar0 / blm-instagram-bot

Inform users clogging the #BlackLivesMatter tag on IG with solid images
135 stars 31 forks source link

Fix requirements.txt for non windows users #17

Closed xeloader closed 4 years ago

xeloader commented 4 years ago

This will skip the windows dependencies for mac and linux users, had some trouble with it, hopefully it will help someone! Found the solution at https://stackoverflow.com/questions/16011379/operating-system-specific-requirements-with-pip

mathematicalmichael commented 4 years ago

NICE! I always wondered how to do that but never cared to learn.

I would suggest removing the requirements_dockerfile.txt file that got meged in and making the associated change in the Dockerfile

xeloader commented 4 years ago

Good point! Done and done!

voidstar0 commented 4 years ago

Thanks a ton!