From 2784f5a10390207f16f33f261eb8c8d681d4f7c3 Mon Sep 17 00:00:00 2001 From: Spax Date: Sun, 2 Nov 2025 14:48:33 -0700 Subject: [PATCH] change build instructions to be .venv instead of venv --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84a0cd9..18e9fab 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ You might also need to install `texlive-latex-extra` with your package manager o ```bash cd pghrt -python3 -m venv venv -venv/bin/pip install beautifulsoup4 +python3 -m venv .venv +.venv/bin/pip install beautifulsoup4 ``` ## Build Instructions ```bash latexmlc --destination=export/index.html pghrt -venv/bin/python soup.py +.venv/bin/python soup.py ``` \ No newline at end of file