An open API service indexing awesome lists of open source software.

https://github.com/heardacat/python-book


https://github.com/heardacat/python-book

Last synced: 2 months ago
JSON representation

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
```