Skip to content

KailashMaden/mlbootcampproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create a virtual environment

conda create -p env python=3.8 -y
source activate ./env

Git commands

git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin <your repo git url>
git push -u origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors