File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- print 'THIS INSTALL SCRIPT MAY REQUIRE ROOT/ADMIN PERMISSIONS'
2- print 'Especially if you installed python for "all users"'
3- print 'try the following in command prompt if ensurepip is not sufficient'
4- print '$ python -m ensurepip --upgrade'
5- print '$ python -m pip install --upgrade pip setuptools'
1+ print ('Adafruit GPIO Library' )
2+ print ('Works best with Python 2.7' )
3+ print ('THIS INSTALL SCRIPT MAY REQUIRE ROOT/ADMIN PERMISSIONS' )
4+ print ('Especially if you installed python for "all users" on Windows' )
5+ print ('\n try the following in your systems terminal if ensurepip is not sufficient:' )
6+ print ('$ python -m ensurepip --upgrade' )
7+ print ('$ python -m pip install --upgrade pip setuptools' )
68
79import sys
810try :
You can’t perform that action at this time.
0 commit comments