From 70fd128465085757c1b098c215c7622a6a4e2b8c Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Thu, 10 Oct 2024 16:52:37 +0200 Subject: [PATCH] Expanded README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a31702c..f7e4aae 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ NuCon further provides a work in progress implementation of a reinforcement lear To install NuCon, clone this repository and install via pip: ```bash +git clone https://git.dominik-roth.eu/dodox/NuCon +cd NuCon pip install -e . ```