-
Notifications
You must be signed in to change notification settings - Fork 5
/
INSTALL
62 lines (47 loc) · 1.49 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Installation Instructions
*************************
Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without warranty of any kind.
Dependencies
============
Build requires:
- python >= 2.7 (not python 3.x)
- python-babel
- python-lesscpy
- python-setuptools
Run requires:
- python >= 2.7 (not python 3.x)
- python-babel
- python-croniter >= 0.3.6
- python-dateutil
- python-enum34
- python-gevent
- python-lark-parser
- python-mako >= 0.8.1
- python-passlib >= 1.7
- python-requests >= 1.0.0
- python-tz / pytz
- python-voluptuous
- python-werkzeug
- python-yaml / PyYAML
- libprelude with python bindings
- libpreludedb with python bindings
Lint uses:
- python-flake8
Testing requires:
- All run requires
- python-pytest / pytest >= 2.7.0
- python-coverage (optional)
Basic Installation
==================
Briefly, the shell commands `python setup.py install' should
configure, build, and install this package. See the `README' file for
instructions specific to this package. Some packages provide this
`INSTALL' file but do not implement all of the features documented
below. The lack of an optional feature in a given package is not
necessarily a bug.
Go to https://www.prelude-siem.org/projects/prelude/wiki/InstallingPreludePrewikka for more installation instructions.