Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,21 @@ 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 <https://tecadmin.net/install-python-3-8-ubuntu/>`_ 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
------------------
Expand Down