Skip to content
bradendubois edited this page May 4, 2022 · 3 revisions

Instructions for installing the package through its PyPI distribution.

PyPI Package

The package is published on PyPI as do-calculus.

To install from PyPI as a package:

pip install do-calculus

Upgrade

To upgrade a local installation of the project (such as when a new version is released), add the -U flag:

pip install -U do-calculus

PyPI Release Cycle

By default, a new package will be automatically uploaded to PyPI on a new semantically-versioned release which is automatically handled by semantic-release in a workflow.

Releases are generated by semantic-release on pushes or merges to the main and beta branches of the project.

Only releases produced from main will be uploaded to the PyPI distribution. All development on the project will eventually work its way up to the PyPI distribution, though it may lag behind GitHub releases by anywhere between minutes to a few days.

See the API page for importing and using the package once installed.

Clone this wiki locally