Skip to content

devagarwal1803/Building_management

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BUILDING MANAGEMENT

Requirements

(Important files)

  • pyhton 3.7
  • bcrypt==3.1.7
  • Flask==1.1.2
  • Flask-Bcrypt==0.7.1
  • Flask-Login==0.5.0
  • Flask-SQLAlchemy==2.4.1
  • Flask-WTF==0.14.3
  • Jinja2==2.11.2
  • MarkupSafe==1.1.1
  • SQLAlchemy==1.3.16

Installation

Creating Virtual Environment

You can create a virtual environment and install the required packages with the following commands:

$ virtualenv venv
$ . venv/bin/activate
(venv) $ *your source file*
  • install all the dependencies as mentioned in Reqirements

Installation

Creating Virtual Environment

You can create a virtual environment and install the required packages with the following commands:

$ virtualenv venv
$ . venv/bin/activate
(venv) $ *your source file*
  • install all the dependencies as mentioned in Reqirements

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.2%
  • Python 23.8%