Update makefile gpt4all-api

Signed-off-by: Andriy Mulyar <andriy.mulyar@gmail.com>
pull/1121/merge
Andriy Mulyar 1 year ago committed by GitHub
parent 19412cfa5d
commit 13f0f546ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save