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.
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.
75
81
76
82
pip install
77
83
^^^^^^^^^^^
78
84
79
-
The python package is hosted on Github, you can install latest version directly:
85
+
The python package is hosted on `PyPI <https://pypi.org/project/influxdb-client/>`_, you can install latest version directly:
0 commit comments