File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ The python package is hosted on `PyPI <https://pypi.org/project/influxdb-client/
9696
9797.. code-block :: sh
9898
99- pip install influxdb-client[ciso]
99+ pip install ' influxdb-client[ciso]'
100100
101101 Then import the package:
102102
@@ -685,7 +685,7 @@ Pandas DataFrame
685685""""""""""""""""
686686.. marker-pandas-start
687687
688- .. note :: For DataFrame querying you should install Pandas dependency via ``pip install influxdb-client[extra]``.
688+ .. note :: For DataFrame querying you should install Pandas dependency via ``pip install ' influxdb-client[extra]' ``.
689689
690690.. note :: Note that if a query returns more then one table then the client generates a ``DataFrame`` for each of them.
691691
You can’t perform that action at this time.
0 commit comments