From 900a2df72a61744b1c4bb3d176c8983b37534e00 Mon Sep 17 00:00:00 2001 From: Manuel Yves Galliker Date: Thu, 23 Nov 2023 09:25:35 +0100 Subject: [PATCH] Remove depreciated install-full-dependencies --- Makefile | 3 --- README.md | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index cc059ef..cf5bde4 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,6 @@ submodulesupdate: install-dependencies: pip3 install -r Tools/parametric_model/requirements.txt -install-full-depdencies: install-dependencies - pip3 install Tools/parametric_model/libs/vpselector - docker-build: docker build -f docker/Dockerfile --tag ${registry}:${version} . diff --git a/README.md b/README.md index 4324d2f..0b58205 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,10 @@ source ~/.bashrc The use the parametric model structure you need to install python 3.8 and the needed python libraries. It is strongly advised to install the pip packages in a [virtual enviroment](https://docs.python.org/3/tutorial/venv.html) setup for this project. -Install the dependencies including submodule dependencies using: +Install the dependencies using: ``` -install-full-depdencies +make install-depdencies ``` ## Build