Skip to content

Commit

Permalink
Remove depreciated install-full-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manumerous committed Nov 23, 2023
1 parent ac0cfce commit 900a2df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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} .

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 900a2df

Please sign in to comment.