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.
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
See also the list of contributors who participate in this project.
This project is licensed under the GNU GPL v3.0 License - see the LICENSE file for details