Skip to content

Repository files navigation

Commands needs to follow

below command is for windows(CMD)

mkdir <project_folder_name>
cd <project_folder_name>
code .

for conda env setup

conda create -p <env_name> python=3.10 -y
conda activate <path_of_the_env>
pip install -r requirements.txt

git commands(this commands is for the later uses)

git init
git add .
git commit -m "<write your commit message>"
git push

About

Interact with your documents

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages