10000 docs: use install pip command compatible with `zsh` shell (#267) · AnarAli/influxdb-client-python@a2dbc0b · GitHub
[go: up one dir, main page]

Skip to content

Commit a2dbc0b

Browse files
authored
docs: use install pip command compatible with zsh shell (influxdata#267)
1 parent 856cca4 commit a2dbc0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
0