Skip to content

Commit 877fcaa

Browse files
authored
docs: add note how to install on windows (#68)
1 parent 60667d2 commit 877fcaa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,17 @@ InfluxDB python library uses `RxPY <https://github.com/ReactiveX/RxPY>`__ - The
7272

7373
**Python 3.6** or later is required.
7474

75+
.. note::
76+
77+
**Windows**:
78+
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.
7581

7682
pip install
7783
^^^^^^^^^^^
7884

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:
8086

8187
.. code-block:: sh
8288

0 commit comments

Comments
 (0)