Some readings, notes and codes from curses and research during my masters.
- Clone this repository
git clone git@github.com:giolucasd/masters.git
- Get into the root directory
cd masters
- (If you don't have,) install uv
- (If you don't have,) install python 3.12
uv python install 3.12
- Create a venv
uv venv --python 3.12
- Install the required dependencies
uv sync
- All set!