The previous commit mistakenly placed 'sudo' after 'python' in the pygments lexer setup command, causing a permission error. This fix reverses the order to 'sudo python setup.py develop', ensuring the package installs with proper system privileges.
The previous commit mistakenly placed 'sudo' after 'python' in the pygments lexer setup command, causing a permission error. This fix reverses the order to 'sudo python setup.py develop', ensuring the package installs with proper system privileges.