From b68426d2dec4a5e17648c35f7020103ed5da4790 Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 29 Nov 2023 15:11:57 +0100 Subject: [PATCH] update install info from test-pypi to pypi --- cobrawap/pipeline/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobrawap/pipeline/README.rst b/cobrawap/pipeline/README.rst index 0e6f1389..95d96e19 100644 --- a/cobrawap/pipeline/README.rst +++ b/cobrawap/pipeline/README.rst @@ -33,7 +33,7 @@ Installation with PyPi .. code-block:: bash - pip install -i https://test.pypi.org/simple/ cobrawap + pip install cobrawap Manual Installation For Developers