To clone the repository (do this only once)
git clone https://github.com/davitshahnazaryan3/opensees-modeller-mp.git
You need to create this only once
conda create --name venv
conda activate venv
conda install --file requirements.txt
To deactivate virutal environment
conda deactivate
To run the MSA WITHOUT multiprocessor
python main.py
To run the MSA with multiprocessor
python main_mp.py
To run the MSA postprocessor
python postprocess.py