From d9e7f81dee9c5ecdc1bb1fd83931fdd675339b6d Mon Sep 17 00:00:00 2001 From: Kelsey Jordahl Date: Wed, 23 Apr 2014 23:43:43 -0400 Subject: [PATCH] DOC: Space before list and minor rewording of plotting requirements --- doc/source/install.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index 1fb6d40..f36d734 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -23,9 +23,10 @@ Supports Python versions 2.6, 2.7, and 3.2+. - `geopy`_ 0.96.3 (optional; for geocoding) - `psycopg2`_ (optional; for PostGIS connection) -For plotting, these additional packages are required: -- `descartes`_ +For plotting, these additional packages may be used: + - `matplotlib`_ +- `descartes`_ - `pysal`_ Testing