update package name

This commit is contained in:
iuvbio 2021-08-22 18:57:42 +02:00
parent 2153083880
commit 3180726046
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
pandas_ods_reader
pandas-ods-reader
===
Provides a function to read in a **.ods** or **.fods** file and returns a pandas DataFrame.
@ -19,7 +19,7 @@ Dependencies
Installation
---
`pip install pandas_ods_reader`
`pip install pandas-ods-reader`
Usage
---