Execute the following command to create a new conda environment from requirements.txt
:
conda create --name md-frontend --file requirements.txt
To activate the conda environment, use the following command:
conda activate md-frontend
To run the program, use the following command:
python3 src/MainWindow.py