#Create an env conda create -n EnvName python=3.11 #enter the env conda activate EnvName #Install the required packages now
Create your directory and open visual studio code - if you are using `wsl` - make sure to install the wsl plugin and login - select the new `EnvName` at the bottom right corner in VS Code
Comments
Post a Comment