Skip to main content

Python Configuration

Table: python

NameTypeDescriptionExample
versionstringthe python version"3.10"
libsarrayC libraries that are required to install python dependencies["libxmlsec1-dev"]
dev_reqsstringthe path to a development requirements file"dev.txt"

Usage Example:

[python]
version = "3.10"
libs = ["libxmlsec1-dev"]