Skip to content

memandip/mds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mds

MDS College Assignments and Projects

Setting up Virtual Environment

To set up the Python virtual environment for this project:

  1. Navigate to the ds-fundamentals directory:
cd ds-fundamentals
  1. Create a new virtual environment:
python -m venv venv
  1. Activate the virtual environment:
  • On macOS/Linux:
source venv/bin/activate
  • On Windows:
.\venv\Scripts\activate

When activated, your command prompt will show (venv) at the beginning, indicating you're working within the virtual environment.

To deactivate the virtual environment when you're done:

deactivate

About

MDS College Assignments and Projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published