This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add local doc start instrustion (#2)
- Loading branch information
Showing
3 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Сборка и запуск локальной документации | ||
|
||
1. [Скачать](https://www.python.org/downloads/) и установить последнюю версию python | ||
1. Выполнить следующие команды | ||
- pip install mkdocs | ||
- pip install mkdocs-material | ||
- pip install pymdown-extensions | ||
- pip install mkdocs-git-revision-date-localized-plugin | ||
1. Выполнить mkdocs serve | ||
1. Перейти на [http://127.0.0.1:8000/](http://127.0.0.1:8000/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters