8000 Update README.md · InfluxCommunity/influxdb3-python@51feacd · GitHub
[go: up one dir, main page]

Skip to content

Commit 51feacd

Browse files
Update README.md
1 parent e62cd0e commit 51feacd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ pip install influxdb3-python
4242

4343
Note: This does not include Pandas support. If you would like to use key features such as `to_pandas()` and `write_file()` you will need to install `pandas` separately.
4444

45+
```bash
46+
pip install influxdb3-python[pandas]
47+
```
48+
or
49+
```bash
50+
pip install pandas
51+
```
52+
4553
*Note: Please make sure you are using 3.6 or above. For the best performance use 3.11+*
4654

4755
# Usage

0 commit comments

Comments
 (0)
0