Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 340 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 340 Bytes

CS50Finance

This is my implementation and solution for CS50's Finance, 2023.

If you want to try it, download and install requirements on requirements.txt.

Could vary on your system but it should work with:

$ python -m pip install -r requirements.txt

And then, inside the project directory:

$ flask run