https://github.com/HeardACat/python-book
https://github.com/HeardACat/python-book
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/HeardACat/python-book
- Owner: HeardACat
- License: mit
- Created: 2021-11-21T19:18:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T11:14:23.000Z (about 4 years ago)
- Last Synced: 2025-01-31T17:20:03.603Z (11 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
```