From 40b6fa26f7ed5108b0f2ed82b03eeb9e6790f947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 4 Dec 2024 11:24:01 +0100 Subject: [PATCH] docs fix --- CONTRIBUTING.md | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 14609d6..5113359 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,8 @@ +# Where is the development taking place? + +Actual development happens at our corporate GitLab server, but you're most welcome to submit your pull requests here. +We'll eventually sync them. + # Contributing guide 1. Keep it unit tested, so that coverage doesn't fall down too much. diff --git a/README.md b/README.md index 2a18580..6bf5948 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ Why CoolAMQP? **Warning!!** Since v1.3.1 development has been moved from [GitHub](https://github.com/smok-serwis/coolamqp) to this [GitLab](https://git.dms-serwis.com.pl/smokserwis/coolamqp). -To install CoolAMQP please use +To install the most latest CoolAMQP please use ```bash -pip install coolamqp +pip install --index-url https://git.dms-serwis.com.pl/api/v4/groups/330/-/packages/pypi/simple coolamqp ``` Documentation (WIP) is available at [our site](http://smokserwis.docs.smok.co/coolamqp). -- GitLab