Skip to content

HARICHANDANAAKULA/ASE-1-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASE-1-Project

DriveIt

Cloning the project

  • Run command git clone https://github.com/ASE-Group-23/ASE-1-Project.git and move in the repository

  • Create a virtual environment env in the repository (use virtualenv, etc)

  • Activate virtual environment

    Windows: .\env\Scripts\activate
    Ubuntu/Linux: source env/bin/activate

    Install the requirements

    pip install -r requirements.txt

Version Control Workflow

After making any changes, follow these steps before pushing to the repo.

  1. git add .
  2. git commit -m "commit msg"
  3. git pull
  4. git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors