Skip to content

NUCES-ISB/using-github-for-collaboration-21i0469

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Review Assignment Due Date

  1. create a virtual env 'python -m venv .venv'

  2. Source it 'source .venv/bin/activate'

  3. install the dependencies pip install -r requirement.txt

  4. Initialize git tracking in the local folder git init

  5. Occasionally commit the changes made to the to the local repository git add . git commit -m "made some changes in the readme file"

About

using-github-for-collaboration-21i0469 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages