This repository provides RPM packages for PythonSCAD on Fedora and RHEL-based distributions.
sudo curl -L -o /etc/yum.repos.d/pythonscad.repo \ https://repos.pythonscad.org/yum/pythonscad.repo sudo dnf install pythonscad
sudo curl -L -o /etc/yum.repos.d/pythonscad.repo \ https://repos.pythonscad.org/yum/pythonscad.repo sudo dnf config-manager --set-enabled pythonscad-el9 sudo dnf install pythonscad
You can also download packages directly:
Packages are signed with the PythonSCAD GPG key:
sudo rpm --import https://repos.pythonscad.org/yum/RPM-GPG-KEY-pythonscad
Visit github.com/pythonscad/pythonscad for documentation and source code.