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