- clone the repository on to your pc
cd
into the DBMS-Flask-Project folder- Open terminal in this folder and type the command to create a virtualenv
python3 -m venv env
, this creates a virtualenv folder with the name env. I you go for any other name, remember to add it to the .gitignore file. In simple words avoid it.pip install -r requirements.txt
, to install any new dependency that someone else added- Make any changes that you want to, preferably in your own branch, but the master is fine if it complicates stuff.
- If you have added any other python dependencies, dont forget to do a
pip freeze requirements.txt
, to add the new dependencies to the requirements.txt file. - add, commit and push are standard.
- That's it for now, but more instructions will be added soon.
-
Notifications
You must be signed in to change notification settings - Fork 0
sargamm/DBMS-Flask-Project
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published