From 9d2c07760ce6583c8875b9f1e5b4e494fcd654b4 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Fri, 9 Jun 2017 09:41:42 +0200 Subject: update from libyaml --- _doc/install.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '_doc') 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 -- cgit v1.2.1