Assignment 0: Environment Setup#
Important
Please ensure you have installed Anaconda or Miniconda before starting this assignment. You will need to create a new Conda environment with the required packages. If you have not installed Anaconda or Miniconda, please refer to the Get Started lecture for instructions.
Objective#
The purpose of this assignment is to set up your Python environment and ensure you have all the necessary packages installed. You will be using Conda to create a new environment and install the required packages. This setup will be used for subsequent assignments.
Instructions#
Create a New Conda Environment
Open your terminal or command prompt.
Use a Conda command to create a new Conda environment named
asg0with Python 3.11 and the required packages (numpy,pandas,matplotlib, andscipy).
Activate the New Environment
After the environment is created, activate it using the appropriate Conda command.
Verify the Environment
List all Conda environments to verify that the new environment
asg0was created successfully.
Take a Screenshot
Take a screenshot of your terminal showing the list of Conda environments. Ensure that
asg0is listed.