This website www.ds4n6.io uses its own and third party cookies to collect information that helps to optimize your visit to their web pages. Cookies will not be used to collect personal information. You can either allow or reject their use. You can also change their settings at any time. You will find more information on our Cookie Policy page.

OK

[ds4n6_lib] Documentation (v0.5) >> CHRYSALIS Download and Installation

CHRYSALIS Download & Installation

DS4N6

Installation

The easiest and recommended way to install CHRYSALIS is via pip installation.

Prerequisites

To install the CHRYSALIS through pip you need to have python3.6+ and pip installed.

pip installation

Install the prerequisites first:

pip install python-evtx Evtx ipyaggrid IPython ipywidgets keras matplotlib nbformat numpy pandas pyparsing qgrid ruamel.yaml sklearn tensorflow tqdm traitlets xmltodict

Now, we install CHRYSALIS:

pip install ds4n6-lib

You can get some template Jupyter notebooks ready to use with CHRYSALIS in our GitHub basic notebooks repository.

Download from github

Alternatively, you can also download it from GitHub.

git clone https://github.com/ds4n6/ds4n6_lib
virtualenv -p python3.7 .test source .test/bin/activate
pip install -r requirements.txt

Authors

See also the list of contributors who participate in this project.

License

This project is licensed under the GNU GPL v3.0 License - see the LICENSE file for details