I am trying to install the robotframework.
I am on a windows machine and on the command line I entered:
pip install robotframework
But pip asks me to upgrade pip from 10 to 18, so I use this command:
python -m pip install --upgrade pip
This resulted in an error message:
Could not install packages due to an EnvironmentError: [WinError 5]
Accès refusé : `c:\\program files (x86)\\python37-32\\lib\\site-packages\\pip-10.0.1.dist-inf o\\entry_points.txt`
Consider using the `--user` option or check the permissions.
How can I fix this?