1. Run the following commands to add conda channels:

conda config --add channels invenia
conda config --add channels picos
conda config --add channels conda-forge

2. Then create environment by running:

conda create --name OR_SUC --file requirements.txt python=3.9.19

3. Run the following command to install the last packacge unavailable by conda:
pip install PYPOWER==5.1.16
