File tree Expand file tree Collapse file tree 2 files changed +3
-41
lines changed
Expand file tree Collapse file tree 2 files changed +3
-41
lines changed Original file line number Diff line number Diff line change 2929 path : ./wheelhouse/*.whl
3030 build_wheels_macos :
3131 name : Build wheels for MacOS
32- runs-on : macos-15
32+ runs-on : macos-15-intel
3333 env :
3434 MACOSX_DEPLOYMENT_TARGET : ' 10.9'
3535 CIBW_SKIP : pp*
Original file line number Diff line number Diff line change 22
33Python bindings for tmGrammar.
44
5- ## Install instructions
5+ ## Install
66
77It is recommended to install the utm Python bindings in a virtual environment
88which makes it also possible to use multiple versions in parallel.
99
10- ### Python 3.12
11-
12- ``` bash
13- pip install https://github.com/cms-l1-globaltrigger/tm-grammar/releases/download/0.14.0/tm_grammar-0.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
14- ```
15-
16- ### Python 3.11
17-
18- ``` bash
19- pip install https://github.com/cms-l1-globaltrigger/tm-grammar/releases/download/0.14.0/tm_grammar-0.14.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
20- ```
21-
22- ### Python 3.10
23-
24- ``` bash
25- pip install https://github.com/cms-l1-globaltrigger/tm-grammar/releases/download/0.14.0/tm_grammar-0.14.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
26- ```
27-
28- ### Python 3.9
29-
30- ``` bash
31- pip install https://github.com/cms-l1-globaltrigger/tm-grammar/releases/download/0.14.0/tm_grammar-0.14.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
32- ```
33-
34- ### Python 3.8
35-
36- ``` bash
37- pip install https://github.com/cms-l1-globaltrigger/tm-grammar/releases/download/0.14.0/tm_grammar-0.14.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
38- ```
39-
40- ### Python 3.7
41-
42- ``` bash
43- pip install https://github.com/cms-l1-globaltrigger/tm-grammar/releases/download/0.14.0/tm_grammar-0.14.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
44- ```
45-
46- ### Python 3.6
47-
4810``` bash
49- pip install https://github.com/cms-l1-globaltrigger/ tm-grammar/releases/download/ 0.14.0/tm_grammar-0.14.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
11+ pip install --index https://globaltrigger.web.cern.ch/pypi tm-grammar== 0.14.0
5012```
5113
5214## Build instructions
You can’t perform that action at this time.
0 commit comments