mirror of
https://github.com/Juicysteak117/pghrt.git
synced 2025-12-21 15:35:25 +00:00
build instructions and removal of built files (and gh action)
This commit is contained in:
18
README.md
18
README.md
@@ -3,3 +3,21 @@
|
||||
This is the source code, just in case you wanted to build it yourself for some reason. Or difference tracking line edits. I should've had this originally, but I didn't, sooooo don't worry about it too much. The edits are for posterity more than they are "crucial info that everyone should look at" generally speaking, especially because it's intended to be a resource that is iterated upon and reviewed over time.
|
||||
|
||||
If you are interested in doing a translation or some sort of alternate version, please get in touch!
|
||||
|
||||
## Setting Up
|
||||
This project uses `LaTeXML`. Install it [here](https://math.nist.gov/~BMiller/LaTeXML/get.html)
|
||||
|
||||
You might also need to install `texlive-latex-extra` with your package manager of choice.
|
||||
|
||||
```bash
|
||||
cd pghrt
|
||||
python3 -m venv venv
|
||||
venv/bin/pip install beautifulsoup4
|
||||
```
|
||||
|
||||
## Build Instructions
|
||||
|
||||
```bash
|
||||
latexmlc --destination=export/index.html pghrt
|
||||
venv/bin/python soup.py
|
||||
```
|
||||
Reference in New Issue
Block a user