https://github.com/heardacat/python-book
https://github.com/heardacat/python-book
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/heardacat/python-book
- Owner: HeardACat
- License: mit
- Created: 2021-11-21T19:18:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T11:14:23.000Z (over 3 years ago)
- Last Synced: 2025-03-26T16:40:26.334Z (2 months ago)
- Homepage: https://charliec443.github.io/python-book/
- Size: 462 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Book
This repository contains source for my "Python Book".
# Requirements
Building the book requires [mkdocs]. To get it run:
```sh
$ pip install mkdocs mkdocs-material
```# Building
To build the book, type:
```sh
$ mkdocs build
```or to serve it
```sh
$ mkdocs serve
```