File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ InfluxDB 2.0 client features
4848- Writing data using
4949 - `Line Protocol <https://docs.influxdata.com/influxdb/v1.6/write_protocols/line_protocol_tutorial >`_
5050 - `Data Point <https://github.com/influxdata/influxdb-client-python/blob/master/influxdb_client/client/write/point.py#L16 >`__
51- - `RxPY <https://rxpy.readthedocs.io/en/latest/ >`_ Observable
51+ - `RxPY <https://rxpy.readthedocs.io/en/latest/ >`__ Observable
5252 - Not implemented yet
5353 - write user types using decorator
5454 - write Pandas DataFrame
@@ -70,7 +70,7 @@ Installation
7070------------
7171.. marker-install-start
7272
73- InfluxDB python library uses `RxPY <https://github.com/ReactiveX/RxPY >`_ - The Reactive Extensions for Python (RxPY).
73+ InfluxDB python library uses `RxPY <https://github.com/ReactiveX/RxPY >`__ - The Reactive Extensions for Python (RxPY).
7474
7575**Python 3.6 ** or later is required.
7676
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ python --version
99pip install -r requirements.txt
1010pip install -r test-requirements.txt
1111pip install pytest pytest-cov
12+ pip install twine
13+ python setup.py sdist bdist_wheel
14+ twine check dist/*
1215
1316#
1417# Prepare for test results
You can’t perform that action at this time.
0 commit comments