\10Cleaned up do_command() a little
[open-adventure.git] / INSTALL.adoc
index 803a644ad90b5cfd163c90278e2fb58615ffa270..3e733f34cc61270ab8658a596da2a16db2246dd1 100644 (file)
@@ -6,7 +6,8 @@
 On Debian and Ubuntu: 'apt-get install python3-yaml libedit-dev'.
 On Fedora: 'dnf install python3-PyYAML libedit-devel'.
 
-If you are using MacPorts on OS X: 'port install py3{5,6}-yaml', as appropriate for your Python 3 version.
+If you are using MacPorts on OS X: 'port install py3{5,6}-yaml', as
+appropriate for your Python 3 version.
 
 You can also use pip to install PyYAML: 'pip3 install PyYAML'.