Skip to content

Commit 2559a93

Browse files
doc: more readable README
1 parent 4d46664 commit 2559a93

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

README.rst

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,6 @@ Install
3535
3636
pip install pytorch-datastream
3737
38-
Install from source
39-
-------------------
40-
41-
.. pip install -e .
42-
43-
To patch the code locally for `Python 3.6` run `patch-python3.6.sh`.
44-
45-
.. code-block:: bash
46-
47-
$ ./patch-python3.6.sh
48-
4938
Usage
5039
=====
5140

@@ -111,9 +100,13 @@ More usage examples
111100
See the `documentation <https://pytorch-datastream.readthedocs.io/en/latest/>`_
112101
for more usage examples.
113102

103+
Install from source
104+
===================
114105

115-
Python 3.6 support
116-
==================
117-
Releases prior to version `0.3.3` are wrongly marked as supported by `Python 3` and will crash on import under `Python 3.6` and older.
106+
.. pip install -e .
118107
119-
The `Python 3.6` compatible build is functionally equivalent but some of the type hinting has been sacrificed.
108+
To patch the code locally for `Python 3.6` run `patch-python3.6.sh`.
109+
110+
.. code-block:: bash
111+
112+
$ ./patch-python3.6.sh

0 commit comments

Comments
 (0)