We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zsh
1 parent 856cca4 commit a2dbc0bCopy full SHA for a2dbc0b
README.rst
@@ -96,7 +96,7 @@ The python package is hosted on `PyPI <https://pypi.org/project/influxdb-client/
96
97
.. code-block:: sh
98
99
- pip install influxdb-client[ciso]
+ pip install 'influxdb-client[ciso]'
100
101
Then import the package:
102
@@ -685,7 +685,7 @@ Pandas DataFrame
685
""""""""""""""""
686
.. marker-pandas-start
687
688
-.. note:: For DataFrame querying you should install Pandas dependency via ``pip install influxdb-client[extra]``.
+.. note:: For DataFrame querying you should install Pandas dependency via ``pip install 'influxdb-client[extra]'``.
689
690
.. note:: Note that if a query returns more then one table then the client generates a ``DataFrame`` for each of them.
691
0 commit comments