conda create --name <your_desired_env_name> python=3.8
conda activate <your_desired_env_name>
pip install -r requirements.txt
Took some code from https://github.com/eriklindernoren/PyTorch-GAN
conda create --name <your_desired_env_name> python=3.8
conda activate <your_desired_env_name>
pip install -r requirements.txt
Took some code from https://github.com/eriklindernoren/PyTorch-GAN