HACKING: add backslash to indicate line continuation and make it copy/pasteable

This commit is contained in:
Nathan Bird 2013-03-28 16:53:11 -04:00
parent de86ee6fa4
commit aafe93aec4

View File

@ -92,8 +92,8 @@ Debian-based systems
On Debian and derivative systems such as Ubuntu, system requirements can be
installed by running::
apt-get install -y build-essential libssl-dev python-dev python-m2crypto
python-pip python-virtualenv swig virtualenvwrapper
apt-get install -y build-essential libssl-dev python-dev python-m2crypto \
python-pip python-virtualenv swig virtualenvwrapper
RedHat-based systems
````````````````````