From c9ef6dde01f3a6c8f18fdd779f0819ff31ff2c95 Mon Sep 17 00:00:00 2001 From: Max Halford Date: Fri, 13 Oct 2023 13:52:46 +0200 Subject: [PATCH] Update README.md --- sdk/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sdk/README.md b/sdk/README.md index 2801359..387ebd1 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -3,7 +3,5 @@ Let's say Beaver is running somewhere in the cloud. You are on your laptop. The first thing to do is install the SDK on your laptop: ```sh -pip install git+https://github.com/online-ml/beaver/sdk +pip install "git+https://github.com/online-ml/beaver/#egg=beaver_sdk&subdirectory=sdk" ``` - -