Update README.md

This commit is contained in:
CaCO3
2023-01-03 08:21:54 +01:00
committed by GitHub
parent 24192a6fa4
commit 878de2c6a7

View File

@@ -28,7 +28,7 @@ Each page has a link on its top-right corner `Edit on GitHub` which brings you d
## Local Test
To test it locally:
1. Clone this repo
1. Install the required tools:
1. Install the required tools (See also [.github/workflows/build-docs.yaml](.github/workflows/build-docs.yaml)):
```
pip install --upgrade pip
pip install mkdocs mkdocs-gen-files mkdocs-awesome-pages-plugin mkdocs-material
@@ -37,4 +37,4 @@ To test it locally:
This will locally generate the documentation.
You can access it under http://127.0.0.1:8000/AI-on-the-edge-device-docs/
Any change to the files will automatically be applied.
Any change to the files will automatically be applied.