Skip to content

DarshilRij/DBMS-multi-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements:

Steps before you start:

  • Clone repository.
  • cd DBMS-multi-cloud
  • Setup your virtualenv
    • virtualenv env --python=python3.9
  • Activate virtualenv
    • windows: \env\bin\activate.bat
    • other: source env/bin/activate This step is very important. This sets up your session in a virtual environment. You must activate virtualenv everytime you start working. This will help in maintaining and syncing any external libraries dependency of our project with other team members.
  • Install dependencies.
    • pip install -r requirements.txt

Notes

  • All code must be placed under src directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages