Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit e50e0f1

Browse files
authored
Update and rename README.rst to README.md (#4)
1 parent 5c5e33b commit e50e0f1

File tree

2 files changed

+23
-53
lines changed

2 files changed

+23
-53
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# clammy
2+
3+
## About
4+
`clammy` is a Python wrapper library for the ClamAV daemon, `clamd`, making it simple to implement anti-virus functionality into your project. This is a modern fork of [graingert/python-clamd](https://github.com/graingert/python-clamd) .
5+
6+
## License
7+
`clammy` is released as open-source software under the LGPL license in following with the license of the original fork.
8+
9+
## Installation
10+
11+
### Installing the ClamAV daemon (`clamd`)
12+
13+
```
14+
sudo apt-get install clamav-daemon clamav-freshclam clamav-unofficial-sigs
15+
sudo freshclam
16+
sudo service clamav-daemon start
17+
```
18+
19+
### Installing `clammy`
20+
21+
```
22+
pip install clammy
23+
```

README.rst

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)