Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a2dbc0b

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.