From 4901ce4d14fc05197f53c2272ee3529e34e27285 Mon Sep 17 00:00:00 2001 From: Melly Burns <9437821+TheMellyBee@users.noreply.github.com> Date: Mon, 18 Apr 2022 07:06:44 -0700 Subject: [PATCH] Update DEVELOPMENT.md (#542) Removing the old version to clone the java repo --- DEVELOPMENT.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 882c84dccb..3107953ff5 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -8,9 +8,6 @@ brew install protobuf You'll need to install poetry in order to install dependencies using the lock file in this project. Follow [their docs](https://python-poetry.org/docs/) to get it set up. ``` -git clone https://github.com/whylabs/whylogs-java.git -git submodule update --init --recursive - # Use poetry to install dependencies make install