Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 474 Bytes

readme.md

File metadata and controls

25 lines (13 loc) · 474 Bytes

Make sure pip is at least version 24.2

python -m pip install --upgrade pip

Install the requirements using: python3 -m venv .venv

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:

  1. unit-7-intro-to-neural-networks