diff --git a/README.md b/README.md index 793d421..cba2a08 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,32 @@ -# gems +# Gems Gymkhana Election Management System -#requirements +# Requirements Python 2.7 with Django framework Python libraries: xlrd, xlsxwriter and crypto +## Installation + The following command should install everything in Ubuntu -sudo apt-get install python2.7 python-django python-xlrd python-xlsxwriter python-crypto -or use pip to install the libraries -## How to contribute +### For Debians based systems: +``` +sudo apt-get install python2.7 python-django python-xlrd python-xlsxwriter python-crypto +``` +OR +``` +pip -E install django xlrd xlsxwriter crypto +``` ### Load database -#refreshing the database +#### Refreshing the database +``` rm db.sqlite3 +``` +``` python manage.py shell