Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 626 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 626 Bytes

#Course Handouts#

Installing pre-requisites and setting up the enviornment

# Install pip
sudo apt-get install python-pip

# Clone the repository
git clone http://github.com/sudhirmishra/course-handouts.git

# Install the required libraries
pip install requests bs4

# Run the download script
python download_handouts.py

# Rename the download directory
mv "Rename Handouts" <semester>_SEM_<year>
# semester = I or II and year = 2015-16,2016-17, ....

# Push the update to archive
git add <semester>_SEM_<year>
git commit -m "Handout for <semester>_SEM_<year> added"