diff --git a/general/prog/markupsafe.xml b/general/prog/markupsafe.xml index d0d03e87cd..185d46e5c0 100644 --- a/general/prog/markupsafe.xml +++ b/general/prog/markupsafe.xml @@ -73,29 +73,19 @@ Installation of MarkupSafe - - - Both Python 2 and - Python 3 modules can - be built and installed without any conflicts. - - - - To build both Python 2 and Python 3 modules, run the following commands: + Install MarkupSafe with the following + commands: -python2 setup.py build && -python3 setup.py build +python3 setup.py build - To install both modules, run the following commands as the - root user: + Then, as the root user: -python2 setup.py install --optimize=1 && -python3 setup.py install --optimize=1 +python3 setup.py install --optimize=1