From dc9b09d6cc1370d62bdab62f48ad1978ff4f5c63 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Fri, 24 Jul 2026 15:04:11 +0200 Subject: [PATCH] docs: add installation instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d6241a1..ca03d6f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ SLS-2 Online Model for beam dynamics +## Installation + +``` +pip install --index-url https://gitea.psi.ch/api/packages/sls/pypi/simple/ --extra-index-url https://pypi.org/simple sls2om +``` + ## Publish a new version of this package 0. Create changes in the code