Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51cd9bc

Browse files
committed
chelsea's comment
1 parent f982427 commit 51cd9bc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

plotly/figure_factory/_county_choropleth.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -563,14 +563,13 @@ def create_choropleth(fips, values, scope=['usa'], binning_endpoints=None,
563563
if not gp or not shapefile or not shapely:
564564
raise ImportError(
565565
"geopandas, pyshp and shapely must be installed for this figure "
566-
"factory.\n\nIf you are using OS X run the following commands in "
567-
"the terminal to ensure that the correct versions of the modules "
568-
"are installed:\n"
566+
"factory.\n\nRun the following commands to install the correct "
567+
"versions of the following modules:\n\n"
569568
"`pip install geopandas==0.3.0`\n"
570569
"`pip install pyshp==1.2.10`\n"
571570
"`pip install shapely==1.6.3`\n\n"
572-
"If you are using Windows, follow this blog post to properly "
573-
"install geopandas and its dependencies including shapely:\n"
571+
"If you are using Windows, follow this post to properly "
572+
"install geopandas and dependencies:"
574573
"http://geoffboeing.com/2014/09/using-geopandas-windows/"
575574
)
576575

0 commit comments

Comments
 (0)