Skip to content

Commit

Permalink
mypy: Minor fix on build instructions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Sep 9, 2023
1 parent dd35afd commit 3c079ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pypi/projects/mypy/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This boosts the performance of the Mypy typechecker, though having the binary wheels are optional.

```
```console
$ git clone https://github.com/mypyc/mypy_mypyc-wheels
$ cd mypy_mypyc-wheels
$ git checkout ${RELEASE_TAG}
Expand All @@ -13,4 +13,4 @@ $ pipx run cibuildwheel --config=cibuildwheel.toml --platform=linux --archs=aarc

The build takes about *two hours* at an aarch64 Linux VM (with 16 GB RAM allocated) running on an Apple Silicon (M1, arm64) machine.

Copy the wheel files inside the wheelhouse directory here once done.
Copy the wheel files inside the `wheelhouse` directory here once done.

0 comments on commit 3c079ad

Please sign in to comment.