Skip to content

Commit a673e59

Browse files
committed
Fixed pip install invalid syntax error
1 parent 2310f66 commit a673e59

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/python/county-choropleth.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ This page describes a [legacy "figure factory" method](figure-factories.md) for
4545

4646
Run the following commands to install the correct versions of the following modules:
4747

48-
```python
49-
!pip install plotly-geo==1.0.0
50-
!pip install geopandas==0.8.1
51-
!pip install pyshp==2.1.2
52-
!pip install shapely==1.7.1
48+
```
49+
$ pip install plotly-geo==1.0.0
50+
$ pip install geopandas==1.1.1
51+
$ pip install pyshp==2.3.1
52+
$ pip install shapely==2.1.1
5353
```
5454

5555
If you are using Windows, follow this post to properly install geopandas and dependencies: http://geoffboeing.com/2014/09/using-geopandas-windows/. If you are using Anaconda, do not use PIP to install the packages above. Instead use conda to install them:

doc/python/tree-plots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jupyter:
3737

3838
Install igraph with `pip install igraph`.
3939

40-
```python
41-
!pip install igraph
40+
```
41+
$ pip install igraph
4242
```
4343

4444
```python

0 commit comments

Comments
 (0)