Expanded README

This commit is contained in:
Dominik Moritz Roth 2024-10-10 16:52:37 +02:00
parent e625c994df
commit 70fd128465

View File

@ -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: To install NuCon, clone this repository and install via pip:
```bash ```bash
git clone https://git.dominik-roth.eu/dodox/NuCon
cd NuCon
pip install -e . pip install -e .
``` ```