HexCasting/doc/README.md

22 lines
337 B
Markdown
Raw Normal View History

2023-06-06 14:13:56 +02:00
# doc
Contains the Python docgen for Hex Casting.
## Setup
```sh
cd doc
python -m venv venv
.\venv\Scripts\activate # Windows
source venv/bin/activate # anything other than Windows
pip install -r requirements.txt
```
2023-06-07 04:41:06 +02:00
## Usage
```sh
python src/main.py ../Common/src/main/resources hexcasting thehexbook template.html out.html
```