From e53edbbe6d91af1decfccddfc45ec985a4fdc43e Mon Sep 17 00:00:00 2001 From: John Trengrove Date: Sat, 30 Nov 2013 18:06:21 +1100 Subject: [PATCH] DOC: Add --pre to pip install --- doc/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index 1091d16..4f886c2 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -6,7 +6,7 @@ from `GitHub`_ and use the setup script:: python setup.py install -GeoPandas is also available on `PyPI`_, so ``pip install geopandas`` +GeoPandas is also available on `PyPI`_, so ``pip install --pre geopandas`` should work as well. Dependencies