From 16799e73e445e604a2ed7301930fe16e0bfa9054 Mon Sep 17 00:00:00 2001 From: agatha Date: Mon, 6 Nov 2023 14:51:09 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ad6cda..1fda595 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,7 @@ Python package for harvesting commonly available data, such as free proxy server ## Testing ``` +pip install -r requirements.txt +pip install -r requirement-dev.txt pytest -v ```