Installation

How to install PyCrucible?

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

  1. Ensure you have Rust installed.

  2. Clone the repository git clone https://github.com/razorblade23/PyCrucible

  3. Change directory to be inside of a project cd PyCrucible

  4. Build the binary cargo build --release

The resulting binary will be in target/release/pycrucible.

Updated on