File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ chance to give feedback about any compatibility-breaking changes.
46
46
Vital statistics:
47
47
48
48
* Supported environments: Linux, MacOS, or Windows running some kind of Python
49
- 3.5-or-better (either CPython or PyPy3 is fine). \* BSD and illumus likely
50
- work too, but are untested.
49
+ 3.5-or-better (either CPython or PyPy3 is fine). \* BSD and
50
+ illumos/Solaris likely work too, but are untested.
51
51
52
52
* Install: ``python3 -m pip install -U trio `` (or on Windows, maybe
53
53
``py -3 -m pip install -U trio ``). No compiler needed.
Original file line number Diff line number Diff line change 43
43
Vital statistics:
44
44
45
45
* Supported environments: Linux, MacOS, or Windows running some kind of Python
46
- 3.5-or-better (either CPython or PyPy3 is fine). \\ *BSD and illumus likely
47
- work too, but are not tested.
46
+ 3.5-or-better (either CPython or PyPy3 is fine). \\ *BSD and illumus/Solaris
47
+ likely work too, but are not tested.
48
48
49
49
* Install: ``python3 -m pip install -U trio`` (or on Windows, maybe
50
50
``py -3 -m pip install -U trio``). No compiler needed.
You can’t perform that action at this time.
0 commit comments