We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b72e0 commit 5f962a7Copy full SHA for 5f962a7
1 file changed
python/.readthedocs.yaml
@@ -9,7 +9,9 @@ build:
9
python: "3.11"
10
rust: "1.86"
11
commands:
12
- - apt install -y protobuf-compiler libssl-dev
+ - curl -L -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip
13
+ - unzip protoc.zip -d protoc
14
+ - export PATH=$PWD/protoc/bin:$PATH
15
- pip install maturin
16
- cd python && maturin develop --release
17
0 commit comments