Documentation Index
Fetch the complete documentation index at: https://docs.synthesize.bio/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
To usepysynthbio, first create an account at app.synthesize.bio.
If you want to store your API token in the system keyring, you’ll also need the optional keyring package. It’s installed by default in pysynthbio 2.2.1 and later.
Standard installation
Install the latest stable version from PyPI:Development installation
Install the latest development version directly from GitHub:Installing from a GitHub release
You can also install a specific tagged version directly from a GitHub release. This is useful for testing pre-releases or pinning to a specific tag.Find the release
Go to the releases page and find the tag you want, such as
v3.0.2.Download the asset
Expand the release’s Assets section and download the
.whl (preferred) or .tar.gz.Next: Get started
Authenticate and make your first prediction.