Skip to content

Mickmcginnis/Spring2023AdvancedAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring2023AdvancedAlgorithms

Installing Required Libraries

To install the required libraries for the course, run pip install -r requirements.txt in the main folder of the repository. This assumes you already have Python and pip installed on your system.

Installing Recommended Githooks

While they're not required for the course, git hooks are recommended for keeping your code style up-to-date. You can install the git hooks by running pre-commit install in the main folder of the repository.