Step 4 — Create the course environment and install packages conda create -n aiml2026 python=3.11 -y conda activate aiml2026 pip install numpy pandas matplotlib scikit-learn torch ...