From 62826639375c58120985a79565aafabd6e779f29 Mon Sep 17 00:00:00 2001 From: Ben Weisburd Date: Wed, 7 Aug 2024 12:17:31 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d2b516..00a19f0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ across the relevant execution engines. To install the `step-pipeline` library, run: ``` -python3 -m pip install step-pipeline +python3 -m pip install git+https://github.com/bw2/step-pipeline.git ``` --- @@ -32,4 +32,4 @@ python3 -m pip install step-pipeline [API docs](https://bw2.github.io/step-pipeline/docs/_build/html/index.html) ---- \ No newline at end of file +---