Skip to content

Commit

Permalink
docs: use install pip command compatible with zsh shell (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Jun 11, 2021
1 parent 856cca4 commit a2dbc0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The python package is hosted on `PyPI <https://pypi.org/project/influxdb-client/

.. code-block:: sh
pip install influxdb-client[ciso]
pip install 'influxdb-client[ciso]'
Then import the package:

Expand Down Expand Up @@ -685,7 +685,7 @@ Pandas DataFrame
""""""""""""""""
.. marker-pandas-start
.. 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]'``.

.. note:: Note that if a query returns more then one table then the client generates a ``DataFrame`` for each of them.

Expand Down

0 comments on commit a2dbc0b

Please sign in to comment.