When you hear VSCode, programming is probably one of the first things that come to mind. That’s a fair enough reputation as ...
Ensure Anaconda (or Miniconda) is installed. From the project root directory, run the following to create the environment and install dependencies: conda deactivate conda create --prefix=venv python=3 ...