Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 506 Bytes

File metadata and controls

7 lines (5 loc) · 506 Bytes

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.