Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.08 KB

File metadata and controls

30 lines (18 loc) · 1.08 KB

Python ODL Reassessment Library

Flake8 Tests Documentation

This is the Python ODL reassessment library for 2023 to 2024. It consists of a small number of functions which you must use as part of your assignment.

Installing this library

Installing via ssh

pip install --upgrade git+ssh://git@github.com/UofGAnalytics/PythonODLReassessInternal2324

Installing via http

pip install --upgrade git+https://github.com/UofGAnalytics/PythonODLReassessInternal2324

On Google CoLab and Jupyter, you will need an ! before the pip install, and you may be prompted to restart your runtime after the install.

Documentation

The documentation for this package can be found at this page.