Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 468 Bytes

installation.rst

File metadata and controls

33 lines (23 loc) · 468 Bytes

Installation

Requirements

  • Python 3.8 or later
  • SpamAssassin running as a service

Install

With pip

pip install aiospamc

With git

git clone https://github.com/mjcaley/aiospamc.git
cd aiospamc
poetry install

Note

aiospamc's build system uses Poetry which you can get from here: https://python-poetry.org/