Note:: If you plan to use TensorFlow 2, please install a Python version compatible with Tensorflow
Complete video guide can be found here.
Following steps describe only the creation of virtual environments.
-
Open command Prompt and follow the steps.
-
Change the Directory to:
C:\Python39
-
Upgrade pip:
python -m pip install --upgrade pip
-
Install
virtualenv
package:python -m pip install virtualenv
-
Create virtual environment:
virtualenv cv
-
Change the directory to:
C:\Python39\cv\Scripts
-
Activate the cv environment:
activate cv
-
Then install the required packages
pip install numpy
pip install matplotlib
pip install opencv-python
pip install jupyterlab
Environment created above can be activated in any folder through GIT Bash
using the following commands.
$ source /c/Python39/cv/Scripts/activate
$ jupyter lab
- Jupyter Extension for Visual Studio Code
- TabNine Autocomplete AI: JavaScript, Python, TypeScript, PHP, C/C++, HTML/CSS, Go, Java, Ruby, C#, Rust, SQL, Bash, Kotlin, Julia, Lua, OCaml, Perl, Haskell, React