From 577f4a5651d13752d3fa01b59d6433e750b2a800 Mon Sep 17 00:00:00 2001 From: cardosofede Date: Tue, 20 Jun 2023 16:49:25 +0100 Subject: [PATCH] (feat) install libraries from github repos --- environment_conda.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment_conda.yml b/environment_conda.yml index 4dcd4ac..e1ee4bc 100644 --- a/environment_conda.yml +++ b/environment_conda.yml @@ -17,3 +17,5 @@ dependencies: - pandas_ta - pyyaml - commlib-py + - git+https://github.com/hummingbot/hbot-remote-client-py.git + - git+https://github.com/hummingbot/docker-manager.git