Skip to content

Commit

Permalink
doc: use poetry instructions
Browse files Browse the repository at this point in the history
we need python3-dev (for pyconf.h) and swig for the python gpg dependency
  • Loading branch information
Matthieu Coudron committed Jun 3, 2023
1 parent 9792686 commit 98087a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ A full list of dependencies is below:

On Debian/Ubuntu these are packaged as::

python3-setuptools python3-magic python3-configobj python3-notmuch python3-urwid python3-urwidtrees python3-gpg python3-twisted
python3-setuptools python3-magic python3-configobj python3-notmuch python3-urwid python3-urwidtrees python3-gpg python3-twisted python3-dev swig
On Fedora/Redhat these are packaged as::

Expand All @@ -47,7 +47,7 @@ On Fedora/Redhat these are packaged as::
To set up and install the latest development version::

git clone https://github.com/pazz/alot
./setup.py develop --user
poetry install --no-root

Make sure :file:`~/.local/bin` is in your :envvar:`PATH`. For system-wide
installation omit the `--user` flag and call with the respective permissions.
Expand Down

0 comments on commit 98087a8

Please sign in to comment.