Porting intro-to-python to mkdocs and revamping the textbook.
Originally authored by Karthik Thiagarajan.
- Clone the repository to your local machine.
- Install all dependencies in the requirements.txt using
pip install -r requirements.txt
. - Preview the project using
mkdocs serve