Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 326 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 326 Bytes

python-textbook

Porting intro-to-python to mkdocs and revamping the textbook.

Originally authored by Karthik Thiagarajan.

How to run

  1. Clone the repository to your local machine.
  2. Install all dependencies in the requirements.txt using pip install -r requirements.txt.
  3. Preview the project using mkdocs serve