File tree Expand file tree Collapse file tree
docs/sphinx/source/installing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 release :
55 types : [published]
66 branches : [master]
7+ workflow_dispatch :
78
89jobs :
910 publish-py :
Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ pip install caterpillar-py
9191### Python-only installation
9292
9393``` bash
94- pip install " caterpillar-py [all]@git+https://github.com/MatrixEditor/caterpillar"
94+ pip install " caterpillar[all]@git+https://github.com/MatrixEditor/caterpillar"
9595```
9696
9797### Installation + C-extension
9898
9999``` bash
100- pip install " caterpillar-py [all]@git+https://github.com/MatrixEditor/caterpillar/#subdirectory=src/ccaterpillar"
100+ pip install " caterpillar[all]@git+https://github.com/MatrixEditor/caterpillar/#subdirectory=src/ccaterpillar"
101101```
102102
103103
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ have to install the corresponding extra. It can be done using pip again:
4646
4747.. code-block :: bash
4848
49- pip install " caterpillar-py [$NAME ]@git+https://github.com/MatrixEditor/caterpillar.git"
49+ pip install " caterpillar[$NAME ]@git+https://github.com/MatrixEditor/caterpillar.git"
5050
5151 where :code: `$NAME ` refers to
5252
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-dir = "build/{wheel_tag}"
77cmake.source-dir = " ."
88
99[project ]
10- name = " caterpillar-py "
10+ name = " caterpillar"
1111version = " 2.6.3"
1212requires-python = " >=3.10"
1313description = " Library to pack and unpack structurized binary data."
You can’t perform that action at this time.
0 commit comments