yampelo / beagle

Beagle is an incident response and digital forensics tool which transforms security logs and data into graphs.
MIT License
1.27k stars 145 forks source link

Update to installation guide #20

Closed alishasonawalla closed 5 years ago

alishasonawalla commented 5 years ago

While going through the recent PR and issue conversation, I realized that it might be helpful to update the installation guidelines with the following:

  1. Only Python 3.6 is currently supported: ref https://github.com/yampelo/beagle/pull/5 https://github.com/yampelo/beagle/issues/14
  2. Rekall can be installed as an extra using pip install pybeagle[rekall] ref: https://github.com/yampelo/beagle/pull/19

Let me know if this is alright. If so, I can make a PR for the issue.

Thanks!

yampelo commented 5 years ago

go for it

alishasonawalla commented 5 years ago

Thanks!