From 8772de2f7d7d9128924dbca06eee510ff827dfd6 Mon Sep 17 00:00:00 2001 From: Dolsy Smith Date: Thu, 11 Aug 2022 09:58:29 -0400 Subject: [PATCH 1/2] Updated docs for librabbitmq in development --- docs/development.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/development.rst b/docs/development.rst index 40f953e2..32ef83cb 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -162,6 +162,20 @@ For example:: source ENV/bin/activate pip install -r requirements/common.txt -r requirements/dev.txt +librabbitmq dependencies +^^^^^^^^^^^^^^^^^^^^^^^^ +In order to get this library to work with Python 3.8, it may be necessary to do the following: + +1. Build Python 3.8.12 from source. This `documentation _` may be helpful. +2. Install additional dependencies:: + sudo apt-get install libpython3.8-dev + sudo apt-get install -y --no-install-recommends \ + autoconf \ + automake \ + pkg-config \ + libtool + + ------------------ Development tips ------------------ From fd67d44333a0a01bd285677b0a6fb24ab22f118f Mon Sep 17 00:00:00 2001 From: Dolsy Smith Date: Thu, 11 Aug 2022 10:20:13 -0400 Subject: [PATCH 2/2] Fixed formatting --- docs/development.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/development.rst b/docs/development.rst index 32ef83cb..b3b153d3 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -166,8 +166,9 @@ librabbitmq dependencies ^^^^^^^^^^^^^^^^^^^^^^^^ In order to get this library to work with Python 3.8, it may be necessary to do the following: -1. Build Python 3.8.12 from source. This `documentation _` may be helpful. +1. Build Python 3.8.12 from source. This `documentation `_ may be helpful. 2. Install additional dependencies:: + sudo apt-get install libpython3.8-dev sudo apt-get install -y --no-install-recommends \ autoconf \