summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2017-02-24 13:38:07 +0100
committerIuri de Silvio <iurisilvio@gmail.com>2017-02-24 09:38:07 -0300
commit46102d4be718ee6fd6c003c1387df7c940e65b2c (patch)
tree5252cf1777720539a25885f3b9b2d5d417f85d08 /docs
parent44e9e24fec35bf7697e22aaa94feccdad23e5b79 (diff)
downloadtablib-46102d4be718ee6fd6c003c1387df7c940e65b2c.tar.gz
Replaced vendored omnijson by the standard lib version (#279)
Refs #273.
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst12
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/install.rst b/docs/install.rst
index c72951c..365cca8 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -2,7 +2,7 @@
Installation
============
-This part of the documentation covers the installation of Tablib. The first step to using any software package is getting it properly installed. Please read this section carefully, or you may miss out on some nice :ref:`speed enhancements <peed-extensions>`.
+This part of the documentation covers the installation of Tablib. The first step to using any software package is getting it properly installed.
.. _installing:
@@ -44,14 +44,10 @@ To download the full source history from Git, see :ref:`Source Control <scm>`.
Speed Extensions
----------------
-.. versionadded:: 0.8.5
-
-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. ::
-
- $ pip install simplejson
+You can gain some speed improvement by optionally installing the ujson_ library.
+Tablib will fallback to the standard `json` module if it doesn't find ``ujson``.
+.. _ujson: https://pypi.python.org/pypi/ujson
.. _updates: