Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 559 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 559 Bytes

MarksWebScraping

A web application to automatically generate an Excel Sheet of the student’s semester marks

Installation

To create a conda environment run the below command

conda create --name marksScraping --file conda-requirements.txt

To activate this environment

activate marksScraping

Note if you have installed a new package run this command to call it to the requirements.txt file

conda list -e > conda-requirements.txt

Running the project

To run this Project enter the command

python manage.py runserver