|
1 | | -wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh |
2 | | -bash Miniconda3-latest-Linux-x86_64.sh -b -p ./miniconda -f |
3 | | -rm Miniconda3-latest-Linux-x86_64.sh |
4 | | -source miniconda/bin/activate |
5 | | -pip install ipython jupyterlab numpy scipy pandas awkward matplotlib pyarrow pyyaml cpymad |
6 | | - |
7 | | -git clone https://gitlab.cern.ch/mihostet/pytrain.git |
8 | | -pip install -e pytrain |
9 | | - |
10 | | -git clone https://github.com/xsuite/xobjects |
11 | | -pip install -e xobjects |
12 | | - |
13 | | -git clone https://github.com/xsuite/xline |
14 | | -pip install -e xline |
15 | | - |
16 | | -git clone https://github.com/xsuite/xtrack |
17 | | -pip install -e xtrack |
18 | | - |
19 | | -git clone https://github.com/xsuite/xfields |
20 | | -pip install -e xfields |
21 | | - |
22 | | -git clone https://github.com/sixtrack/sixtracktools |
23 | | -pip install -e sixtracktools |
24 | | - |
25 | | -git clone https://github.com/PyCOMPLETE/FillingPatterns.git |
26 | | -pip install -e FillingPatterns |
| 1 | +wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh |
| 2 | +bash Miniconda3-latest-Linux-x86_64.sh -b -p ./miniconda -f |
| 3 | +source miniconda/bin/activate |
| 4 | +pip install ipython jupyterlab numpy scipy pandas awkward matplotlib |
| 5 | +pip install pyarrow pyyaml pytest |
| 6 | +pip install cpymad |
| 7 | +pip install xsuite |
| 8 | +git clone [email protected]:lhcopt/lhcerrors.git |
| 9 | +git clone [email protected]:lhcopt/lhctoolkit.git |
| 10 | +git clone [email protected]:lhcopt/lhcmask.git |
| 11 | +cd lhcmask |
| 12 | +git checkout release/v1.3.0 |
| 13 | +pip install -e . |
| 14 | +cd ../ |
| 15 | +git clone https://github.com/PyCOMPLETE/FillingPatterns.git |
| 16 | +pip install ./FillingPatterns |
| 17 | +python -m pip install sixtracktools |
| 18 | +python -m pip install NAFFlib |
0 commit comments