From 44e9e24fec35bf7697e22aaa94feccdad23e5b79 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Mon, 20 Feb 2017 23:41:38 +0100 Subject: Replaced vendored pyyaml by a dependency (#278) --- docs/install.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/install.rst b/docs/install.rst index 7b0b00b..c72951c 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -46,11 +46,7 @@ Speed Extensions .. versionadded:: 0.8.5 -Tablib is partially dependent on the **pyyaml**, **simplejson**, and **xlwt** modules. To reduce installation issues, fully integrated versions of all required libraries are included in Tablib. - -However, if performance is important to you (and it should be), you can install **pyyaml** with C extensions from PyPi. :: - - $ pip install PyYAML +Tablib is partially dependent on the **simplejson**, and **xlwt** modules. To reduce installation issues, fully integrated versions of all required libraries are included in Tablib. If you're using Python 2.5, you should also install the **simplejson** module (pip will do this for you). If you're using Python 2.6+, the built-in **json** module is already optimized and in use. :: -- cgit v1.2.1