From daef6086b7c1c36a39dcb86cd618b62c2c7049d2 Mon Sep 17 00:00:00 2001 From: Clarth <clarth@admin@claytonia.net> Date: Thu, 10 Apr 2025 09:11:22 -0400 Subject: [PATCH] Add README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5525ef6 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ + + +`python3 -m venv venv` +`source venv/bin/activate` +`pip install requests beautifulsoup4 PyPDF2` \ No newline at end of file