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
35
35
36
36
pip install pytorch-datastream
37
37
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
-
49
38
Usage
50
39
=====
51
40
@@ -111,9 +100,13 @@ More usage examples
111
100
See the `documentation <https://pytorch-datastream.readthedocs.io/en/latest/ >`_
112
101
for more usage examples.
113
102
103
+ Install from source
104
+ ===================
114
105
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 .
118
107
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