From 5ec79d4a41494b5ed33b1ba8f2beb1709b7cd82c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bayle <j2b.bayle@gmail.com> Date: Tue, 15 Mar 2022 11:49:53 +0000 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc6ab4b..bc87628 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ Please read carefully this README for more information. Documentation is availab Make sure that Python 3.7 or newer is available, and install `lisaconstants` and `lisainstrument` using [pip](https://pip.pypa.io/en/stable/), ```shell -pip install git+https://gitlab.in2p3.fr/lisa-simulation/python-constants.git -pip install git+https://gitlab.in2p3.fr/lisa-simulation/instrument.git@v1.0.3 +pip install git+https://gitlab.in2p3.fr/lisa-simulation/constants.git@latest +pip install git+https://gitlab.in2p3.fr/lisa-simulation/instrument.git@latest ``` You can run a simulation by creating an Instrument object and calling `simulate()`. -- GitLab