Alma9 Setup on ifarm » History » Version 2
  Muhammad Junaid, 06/19/2024 02:51 AM 
  
| 1 | 1 | Muhammad Junaid | h1. Alma9 Setup on ifarm | 
|---|---|---|---|
| 2 | |||
| 3 | 2 | Muhammad Junaid | * Create a virtual environment by running the following command | 
| 4 | 1 | Muhammad Junaid | python3 -m venv replay_lt_env | 
| 5 | 2 | Muhammad Junaid | |
| 6 | * Source the environment | ||
| 7 | 1 | Muhammad Junaid | source replay_lt_env/bin/activate.csh | 
| 8 | 2 | Muhammad Junaid | |
| 9 | * Install the following packages | ||
| 10 | 1 | Muhammad Junaid | pip install numpy==1.23.0 | 
| 11 | pip install pandas wheel scipy root-numpy==4.8.0 root-pandas==0.7.0 uproot |