Updated README

This commit is contained in:
Dominik Moritz Roth 2024-10-02 16:28:06 +02:00
parent 7a34be0f09
commit 312de01f44

View File

@ -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