From 65d7b0bd49bab0ff6f7e75d711e62c69b2d996a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20BRON=C3=88S?= <romain.brones@synchrotron-soleil.fr> Date: Mon, 12 Aug 2024 17:42:03 +0200 Subject: [PATCH] (doc) Add instruction to deploy on RCM --- README.adoc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.adoc b/README.adoc index 3989dd4..4f0a47b 100644 --- a/README.adoc +++ b/README.adoc @@ -12,6 +12,7 @@ The module is packaged in sections There is also a Command Line Interface bin/FofbTool written in python. + = Command Line Interface: Basic usages == Classic: stop, config, start @@ -60,6 +61,26 @@ $ FofbTool --DS-conf ---- +== Deploy to pyroot + +Checkout the project, make the source distributable. + +[source,console] +---- +$ python setup.py sdist +---- + +A .tar.gz file is created in the directory dist/ + +With sufficient access rights to pyroot, run + +[source,console] +---- +$ pip install dist/FofbTool-X.Y.tar.gz +---- + + + == More help [source,console] -- GitLab