Skip to content

Commit 97de22b

Browse files
committed
docs: add info how to install ciso8601 with conda (#78)
1 parent d323bb0 commit 97de22b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,15 @@ InfluxDB python library uses `RxPY <https://github.com/ReactiveX/RxPY>`__ - The
7474

7575
.. note::
7676

77+
The client uses ``ciso8601`` for parsing dates. ``ciso8601`` is much faster than built-in Python datetime. Since it's written as a ``C`` module the best way is build it from sources:
78+
7779
**Windows**:
7880

79-
The client uses ``ciso8601`` for parsing dates. ``ciso8601`` is much faster than built-in Python datetime.
80-
Since it's written as a ``C`` module you have to install `Visual C++ Build Tools 2015 <http://go.microsoft.com/fwlink/?LinkId=691126&fixForIE=.exe>`_ to build ``ciso8601`` binaries.
81+
You have to install `Visual C++ Build Tools 2015 <http://go.microsoft.com/fwlink/?LinkId=691126&fixForIE=.exe>`_ to build ``ciso8601`` by ``pip``.
82+
83+
**conda**:
84+
85+
Install from sources: ``conda install -c conda-forge/label/cf202003 ciso8601``.
8186

8287
pip install
8388
^^^^^^^^^^^

0 commit comments

Comments
 (0)