JSv4 / Python-Redlines

Docx tracked change redlines for the Python ecosystem.
MIT License
28 stars 7 forks source link

Add ARM support #9

Closed ross-mcnairn-dev closed 3 weeks ago

ross-mcnairn-dev commented 1 month ago

First off, this project is great! Thanks :).

I want to add support for ARM systems. I'm working with Docker containers on an M1, and while I can use the ISA emulator to build this on x86, it's so slow that it took me less time to make this PR than it did to install the package via pip.

I also adjusted the README with some minor changes based on what I encountered setting things up / running tests.

Hope this helps! Happy to adjust as you see fit.

JSv4 commented 1 month ago

Thanks for the PR @ross-mcnairn-dev! Will take a look tonight.