From 0bf9b3d75cc670731c4981b9f7061e17dd853fb4 Mon Sep 17 00:00:00 2001 From: neuronflow Date: Tue, 28 Nov 2023 15:58:41 +0100 Subject: [PATCH] rdme update Signed-off-by: neuronflow --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e872927..35c72b3 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,11 @@ Deep learning models for the manuscript ## Installation -1. Clone this repository: - ```bash - git clone https://github.com/HelmholtzAI-Consultants-Munich/AURORA - ``` -2. Go into the repository and install the requirements: - ``` - cd AURORA - pip install -r requirements.txt - ``` +With a Python 3.10+ environment you can install directly from [pypi.org](https://pypi.org/project/brainles-aurora/): + +``` +pip install brainles-aurora +``` ## Recommended Environment