- [Github Account]
- [VS Code IDE]
Create a new environment for the project.
first, download and install miniconda then
- ctrl + shift + p --> select Python: Select Interpreter --> select python 3.12.1('base') for conda (miniconda ver.) run:
conda create -p venv python==3.7 -y
in the command prompt
- ctrl + shift + p --> select Python: Select Interpreter --> select python 3.7 ('venv')