Each time a new release is created, automated CI/CD pipeline (using GitHub Actions) tests, and then creates release artifacts for each platform.
There are 3 ways of getting PyCrucible.
Using PIP
You can simply download and install PyCrucible from PyPI.
Just type:
pip install pycrucible
Downloading from GitHub releases page
You can also go to Github Releases page and download the one for your platform.
Clone and compile the source code
-
Clone the repository
g
it c
lone
https://github.com/razorblade23/PyCrucible
-
Change directory to be inside of a project
cd PyCrucible
-
Build the binary
cargo
bui
ld --release
The resulting binary will be in target/release/pycrucible
.