Make sure pip is at least version 24.2
python -m pip install --upgrade pip
Install the requirements using:
python3 -m venv .unit-2-env
Activate the virtual env
Windows: .\.venv\Scripts\activate
Mac: source ./.venv/bin/activate
Linux: source ./.venv/bin/activate
Install the requirements
python3 -m pip install -r ./requirements.txt
Select your environment for your kernel.
The order in which you should read this unit is:
- machine_learning.ipynb