Closed ARKA1112 closed 9 months ago
This is correct; it must have been an editing error when copying over the images. Thank you for pointing this out.
I will close issue once it has been updated on the course website.
The issue has been addressed - closing issue.
Chapter: Basics of API and Endpoint Design:
Section: Lab1:Build REST API Endpoints with FastAPI .........................
The HTML document provided in the syllabus section,provides guidelines to create a conda evironment using the requirements provided in the conda.yml file.
While following the steps I found out that it instructs to activate the environment using the command
conda env create -f conda.yml
, instead which should beconda activate lab1
because it creates an environment named lab1.Thanks.