Replies: 2 comments 2 replies
-
Hi @char101 , I'm a bit confused by your post. Is this an instruction of building Cercis? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah, if you have noticed black is uploaded to pypi as a native wheel compiled with mypyc which results in 2x faster performance. Since cercis is a fork of black it should be able to be compiled the same way. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Just want to share the steps to build the wheel with mypyc, since it is not obvious how to do it. This is done in Windows environment.
Install build requirements:
Enable the mypyc hook:
Build the wheel:
Beta Was this translation helpful? Give feedback.
All reactions