updated installation for Ubuntu 16.04 (#275)
The mistake was just that for executing: pip install -r requirements.txt you needed sudo powers, because when you tried to access some python directories, an exception was thrown: OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/ply' So the solution for this was just adding 'sudo': sudo pip install -r requirements.txt
Showing
Please
register
or
sign in
to comment