File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff 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
111100See the `documentation <https://pytorch-datastream.readthedocs.io/en/latest/ >`_
112101for 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
You can’t perform that action at this time.
0 commit comments