From 304a1c7fc8f7d1ea9c26fd6579f4fcdc10c80698 Mon Sep 17 00:00:00 2001 From: Markus Klein Date: Tue, 7 May 2024 16:40:55 +0200 Subject: [PATCH] fix replace old repository name in link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 350fcb705..3c2577557 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The key features of the Intelligence Layer are: ## Local installation (for development and tutorials) Clone the Intelligence Layer repository from github. ```bash -git clone git@github.com:Aleph-Alpha/intelligence-layer.git +git clone git@github.com:Aleph-Alpha/intelligence-layer-sdk.git ``` The Intelligence Layer uses `poetry` as a package manager. Follow the [official instructions](https://python-poetry.org/docs/#installation) to install it. Afterwards, simply run `poetry install` to install all dependencies in a virtual environment.