FPGA-Research-Manchester / FABulous

Fabric generator and CAD tools
https://fabulous.readthedocs.io/en/latest/
Apache License 2.0
148 stars 34 forks source link

Update python to 3.12 and update documentation #229

Closed IAmMarcelJung closed 2 months ago

IAmMarcelJung commented 3 months ago

This fixes #228 by changing the required python version to 3.12. Since Usage.rst had to be updated, small improvements were also made to that file which are listed below:

I hope I did catch all spots where the python version needs to be updated. I kindly ask @EverythingElseWasAlreadyTaken to also look over this since he has done a lot of the python setup and might know where to look at. Thanks in advance to any reviewer!

And as always I'm open to any kind of feedback!

IAmMarcelJung commented 2 months ago

With the recent commits (9e2ba63 and following), a few more things were done:

The changes are ready to be reviewed. Thanks in advance!

KelvinChung2000 commented 2 months ago

We should do an install script of the OSS cad suit or even install it via the setup tools — future problems.

The rest is looking good to me,

IAmMarcelJung commented 2 months ago

We should do an install script of the OSS cad suit or even install it via the setup tools — future problems.

Yes this would be the preferred approach to make the setup even more straightforward.

Thanks for reviewing and merging! :)