Skip to content

MartMbithi/LMS-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Py-Library-Information-System

How use to run:
  * Git clone
    * virtualenv venv
      * $ source venv/bin/activate
      * (venv)$ pip install flask
      * (venv)$ pip install mysql-connector-python
      * (venv)$ pip install flask-mysqldb
      * Incase you encounter any error installing 'pip install flask-mysqldb',
      * Install sudo apt-get install libmysqlclient-dev 
      * (venv)$ pip install flask-wtf
      * (venv)$ pip install passlib

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.6%
  • Python 35.4%