alexa-pi / AlexaPiDEPRECATED

DEPRECATED - Use https://github.com/alexa-pi/AlexaPi instead ...Turn a Raspberry Pi into an Alexa Client
https://github.com/alexa-pi/AlexaPi
MIT License
587 stars 442 forks source link

update setup.sh #163

Closed yash0212 closed 7 years ago

yash0212 commented 7 years ago

In setup.sh change the line pip install -r requirements.txt to pip2 install -r requirements.txt

As wsgiref only works with python 2 and as soon as the user install python 3 and upgrade pip, the pip automatically points to python 3 rather than python 2. This creates error while install wsgiref library. pip2 will install the dependencies in python 2's packages folder

renekliment commented 7 years ago

@yash0212 Hey. I've only noticed this now. This repo is deprecated. Please head over to https://github.com/alexa-pi/AlexaPi Thank you.