-
Notifications
You must be signed in to change notification settings - Fork 2
PyPI
Instructions for installing the package through its PyPI distribution.
The package is published on PyPI as do-calculus.
To install from PyPI as a package:
pip install do-calculus
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
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.