Skip to content

Commit 35154a5

Browse files
Added quotes to "firebolt-sdk[ciso8601]" (#164)
Original pip commands had incorrect string, needed double-quotes Co-authored-by: FireboltCorey <[email protected]>
1 parent 31689da commit 35154a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsrc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Optional features
3131

3232
By default, the Firebolt Python SDK uses the ``datetime`` module to parse date and datetime values. For large operations involving date and datetime values, the Python SDK can achieve faster results by using the `ciso8601 <https://pypi.org/project/ciso8601/>`_ package, however this can cause installation issues in some cases.
3333

34-
To install firebolt-python-sdk with ``ciso8601`` support, run ``pip install firebolt-sdk[ciso8601]``.
34+
To install firebolt-python-sdk with ``ciso8601`` support, run ``pip install "firebolt-sdk[ciso8601]"``.
3535

3636

3737
Release notes

0 commit comments

Comments
 (0)