16 lines
223 B
Markdown
16 lines
223 B
Markdown
|
# 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
|
||
|
```
|