diff --git a/gpt4all-api/makefile b/gpt4all-api/makefile index eb062c5a..606c3e0a 100644 --- a/gpt4all-api/makefile +++ b/gpt4all-api/makefile @@ -27,7 +27,7 @@ venv: if [ ! -d $(ROOT_DIR)/env ]; then $(PYTHON) -m venv $(ROOT_DIR)/env; fi dependencies: venv - source $(ROOT_DIR)/env/bin/activate; yes w | python -m pip install -r $(ROOT_DIR)/atlas_api/requirements.txt + source $(ROOT_DIR)/env/bin/activate; yes w | python -m pip install -r $(ROOT_DIR)/gpt4all_api/requirements.txt clean: clean_testenv # Remove existing environment