File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ Report any issues in the [mypyc issue tracker](https://github.com/mypyc/mypyc/is
1717Since this repo should be kept in sync with ` mypy ` , it has an unusual directory structure.
1818If you want to install from sources, it is recommended to use ` sdist ` wheel. If you want to
1919install directly form the repo, you will need to execute ` cp -r lib-rt/* . ` before install.
20- See issue #17 for discussion.
20+ See [ issue #17 ] ( https://github.com/mypyc/librt/issues/17 ) for discussion.
2121
2222Unfortunatelly PyPy is not supported. If you develop a library that supports PyPy and you need
2323` librt ` only as a ` mypy ` dependency, you can skip PyPy in your CI matrix when type checking
2424(since results of type checking will be identical on e.g. CPython 3.11 and PyPy 3.11).
25- See issue #16 for discussion.
25+ See [ issue #16 ] ( https://github.com/mypyc/librt/issues/16 ) for discussion.
2626
2727## Making a release
2828
You can’t perform that action at this time.
0 commit comments