diff --git a/Makefile b/Makefile index e4fe2a5c3e..d247df1a70 100644 --- a/Makefile +++ b/Makefile @@ -78,9 +78,9 @@ clear-output: install-dev: @ echo -e "$(BUILD_PRINT)Installing the requirements$(END_BUILD_PRINT)" # @ pip install --upgrade --force-reinstall --no-deps ../ted-rdf-conversion-pipeline -# @ pip install --upgrade --force-reinstall git+https://github.com/meaningfy-ws/mapping-workbench@feature/TED-1090 +# @ pip install --upgrade --force-reinstall git+https://github.com/meaningfy-ws/mapping-toolchain@feature/TED-1090 # @ pip install --upgrade --force-reinstall git+https://github.com/OP-TED/ted-rdf-conversion-pipeline@feature/TED-1090 - @ pip install --upgrade --force-reinstall git+https://github.com/meaningfy-ws/mapping-workbench + @ pip install --upgrade --force-reinstall git+https://github.com/meaningfy-ws/mapping-toolchain @ pip install --upgrade --force-reinstall git+https://github.com/OP-TED/ted-rdf-conversion-pipeline test: diff --git a/requirements.txt b/requirements.txt index e4d0a42c22..951b50c43c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ # Project dependecies -mapping-workbench @ git+https://github.com/meaningfy-ws/mapping-workbench.git \ No newline at end of file +mapping-toolchain @ git+https://github.com/meaningfy-ws/mapping-toolchain.git \ No newline at end of file