Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 432 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 432 Bytes

cs3050-recursion

This was built using Python3.12.4

If you have a different version of Python3 and it doesn't work, you can remove all the "==" version locking from requirements.txt and then execute

pip install -r requirements.txt

Start by just trying

pip install -r requirements.txt

after creating a python virtual environment using python3 -m venv .venv and then source .venv/bin/activate and then jupyter lab