Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusb committed Jul 15, 2021
1 parent 683ca04 commit 1668fcc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@ It is implemented as a Asterisk FastAGI server (listening on local socket port 4

## Requirements

* Python 2.7
* Python 3.x
* configobj
* pyst
* slackclient
* falcon

For a Python 2.7 version see release tag 0.10.

## Installation

Use:

`python setup.py install`
`python3 setup.py install`

or build a rpm using the provided RPM spec file (tested using CentOS 7).
Also a SystemD Unit file is provided, which allows starting and stopping of the FastAGI service.
Expand Down

0 comments on commit 1668fcc

Please sign in to comment.