Skip to content

Commit c5928b3

Browse files
committed
pip install cartiflette from pypi rather than github
1 parent de2b8af commit c5928b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/manipulation/03_geopandas_intro.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@ you can remove the `!` at the beginning of the line):
347347
#| eval: false
348348
#| echo: true
349349
#| label: install-cartiflette
350-
!pip install py7zr geopandas openpyxl tqdm s3fs
351-
!pip install PyYAML xlrd
352-
!pip install git+https://github.com/inseefrlab/cartiflette
350+
!pip install py7zr geopandas openpyxl tqdm s3fs --quiet
351+
!pip install PyYAML xlrd --quiet
352+
!pip install cartiflette --quiet
353353
```
354354

355355

0 commit comments

Comments
 (0)