Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

42 lines (27 loc) · 1.01 KB

Contributing Guidelines

Installation requirements

  • To run this project yourself, you need to have Python 3.6+ installed on your system.

  • Clone this repository onto your github either by using the GUI or the following command:

git clone https://github.com/vijay-varadarajan/VedAssist2.git
  • Install the required packages using the following command:
pip install -r requirements.txt
  • Run the following command to start the server:
python manage.py runserver
  • Open the following link in your browser to view the web application:
http://127.0.0.1:8000/

References

Contributing

  • Refer issues tab to see current issues.

  • Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.