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