From 61aa8b9e98d414a8de3dc3296b6bf198adac3865 Mon Sep 17 00:00:00 2001 From: Jan Kaiser Date: Wed, 28 Sep 2022 21:49:07 +0200 Subject: [PATCH] Update installation instructions --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e1ba5940..7e8cf1e7 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,12 @@ Cheetah is a particle tracking accelerator we built specifically to speed up the ## Installation -First, you need to install the [_Ocelot_](https://github.com/ocelot-collab/ocelot) package manually as it is not currently available on PyPI. - -Then, simply `git clone` this repository to your machine, change into the directory and run +Simply install *Cheetah* from PyPI by running the following command. ```bash -pip install -e . +pip install cheetah-accelerator ``` -to install Cheetah. - ## How To Use