Skip to content

Commit 66ad2b9

Browse files
authored
doc: Fix ciso command in the readme (#165)
1 parent a1dd1f8 commit 66ad2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ See [PEP-249](https://www.python.org/dev/peps/pep-0249) for the DB API reference
2828

2929
## Optional features
3030
### Faster datetime with ciso8601
31-
By default, firebolt-sdk uses `datetime` module to parse date and datetime values, which might be slow for a large amount of operations. In order to speed up datetime operations, it's possible to use [ciso8601](https://pypi.org/project/ciso8601/) package. In order to install firebolt-sdk with `ciso8601` support, run `pip install firebolt-sdk[ciso8601]`
31+
By default, firebolt-sdk uses `datetime` module to parse date and datetime values, which might be slow for a large amount of operations. In order to speed up datetime operations, it's possible to use [ciso8601](https://pypi.org/project/ciso8601/) package. In order to install firebolt-sdk with `ciso8601` support, run `pip install "firebolt-sdk[ciso8601]"`
3232

3333
## Contributing
3434

0 commit comments

Comments
 (0)