diff options
| author | Claude Paroz <claude@2xlibre.net> | 2017-02-20 23:41:38 +0100 |
|---|---|---|
| committer | Iuri de Silvio <iurisilvio@gmail.com> | 2017-02-20 19:41:38 -0300 |
| commit | 44e9e24fec35bf7697e22aaa94feccdad23e5b79 (patch) | |
| tree | 99ac47be7d5a1f17ccf611c4075d339df190f115 /docs | |
| parent | 0ca5520bbc1474dbd872a3f330c681a5201336fd (diff) | |
| download | tablib-44e9e24fec35bf7697e22aaa94feccdad23e5b79.tar.gz | |
Replaced vendored pyyaml by a dependency (#278)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install.rst | 6 |
1 files changed, 1 insertions, 5 deletions
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. :: |
