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 . ```