1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

Made an oopsie in the venv instructions.

This commit is contained in:
Kyle Anthony Williams 2020-12-04 12:17:52 -05:00
parent 2e9b8a6fb4
commit 42c943d762

2
.gitignore vendored
View file

@ -23,5 +23,5 @@ scripts/pdf/*.html
scripts/pdf/tldr-pages.pdf
# Python venv for testing the PDF script
# Envoke it with: python3 -m scripts/pdf/venv/
# Create it with: python3 -m venv scripts/pdf/venv/
scripts/pdf/venv/