https://github.com/jessestuart/doc-rk3328-cc
ROC-RK3328-CC Documents
https://github.com/jessestuart/doc-rk3328-cc
Last synced: 11 months ago
JSON representation
ROC-RK3328-CC Documents
- Host: GitHub
- URL: https://github.com/jessestuart/doc-rk3328-cc
- Owner: jessestuart
- Created: 2018-05-15T03:47:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T12:34:28.000Z (about 8 years ago)
- Last Synced: 2025-03-24T06:52:16.600Z (over 1 year ago)
- Language: Python
- Homepage: http://en.t-firefly.com/product/rocrk3328cc.html
- Size: 2.31 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### ROC-RK3328-CC Manual
This is the manual repo of ROC-RK3328-CC board.
The manual can be built by:
```bash
sudo apt-get install virtualenv
virtualenv --python=python3 sphinx-markdown
source sphinx-markdown/bin/activate
pip install -r requirements.txt
make html
# open _build/html/index.html
```
(Tested in Ubuntu 16.04)
Special thanks to [sphinx-markdown-test](https://github.com/ericholscher/sphinx-markdown-test).