summaryrefslogtreecommitdiff
path: root/_doc
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-06-09 09:41:42 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-06-09 09:41:42 +0200
commit9d2c07760ce6583c8875b9f1e5b4e494fcd654b4 (patch)
tree8a2ade75c11025ef634e41c637e76d6098548639 /_doc
parentcb15ef0ad512c00584ff4195ca88334d1f2b0fa6 (diff)
downloadruamel.yaml-9d2c07760ce6583c8875b9f1e5b4e494fcd654b4.tar.gz
update from libyaml
Diffstat (limited to '_doc')
-rw-r--r--_doc/install.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/_doc/install.rst b/_doc/install.rst
index e90f9e7..86ff508 100644
--- a/_doc/install.rst
+++ b/_doc/install.rst
@@ -15,16 +15,15 @@ files (JSON,INI,HTML tables)
Optional requirements
---------------------
-If you have the C yaml library and headers installed, as well as
-the header files for your Python executables then you can use the
-non-roundtrip, but faster, C loader and emitter.
+If you have the the header files for your Python executables installed
+then you can use the (non-roundtrip), but faster, C loader and emitter.
On Debian systems you should use::
- sudo apt-get install libyaml-dev python-dev python3-dev
+ sudo apt-get install python3-dev
you can leave out ``python3-dev`` if you don't use python3
For CentOS (7) based systems you should do::
- sudo yum install libyaml-devel python-devel
+ sudo yum install python-devel