You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
77
79
**Windows**:
78
80
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``.
0 commit comments