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

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

ゼロから学ぶ Python
https://github.com/rinatz/python-book

docs python

Last synced: 5 months ago
JSON representation

ゼロから学ぶ Python

Awesome Lists containing this project

README

          

# ゼロから学ぶ Python

このリポジトリはオンライン学習サイト[ゼロから学ぶ Python]のソースコードリポジトリです。

## 必要なもの

ソースコードから HTML ページを生成するには下記のものが必要です。

- Python3

## ビルド

HTML を生成するには下記のコマンドを実行してください。

```shell
$ pip install -r requirements.txt
$ mkdocs build
```

ビルド結果をブラウザ上で確認するには次のコマンドを実行します。

```shell
$ mkdocs serve
```

http://localhost:8000 にアクセスすると Web ページが表示されます。

[ゼロから学ぶ Python]: https://rinatz.github.io/python-book