From 312de01f4483ae33c1d7f1c63c9ce3b0c12e18b8 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Wed, 2 Oct 2024 16:28:06 +0200 Subject: [PATCH] Updated README --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0ce2e85..aa05a34 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,9 @@ NuCon is a Python library designed to interface with and control parameters in t ## Installation -To install NuCon, clone this repository and install the required dependencies: - +To install NuCon, clone this repository and install via pip: ```bash -git clone https://github.com/yourusername/nucon.git -cd nucon -pip install -r requirements.txt +pip install -e . ``` ## Usage