diff --git a/.gitignore b/.gitignore index 182857d..597f22d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__/ data/embeddings/ data/webpages/raw_html/ -.venv \ No newline at end of file +.venv +venv/ \ No newline at end of file diff --git a/README.md b/README.md index c6e6bf4..bb3c09b 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ make post-deploy ```bash source venv/bin/activate -make dev-cli +make dev ``` ## Run Tests