-
Notifications
You must be signed in to change notification settings - Fork 66
Linux Installation Tutorial
FrenchCisco edited this page Feb 9, 2021
·
8 revisions
This documentation is based on a Debian configuration, so the steps in this documentation will be identical for Debian-derived distributions like Kali Linux, Ubuntu, Tails, PureOSl, etc. I didn't make documentation for other distributions, but the principle remains the same.
- To avoid any problems, update your system.
$ sudo apt-get update && sudo apt-get upgrade
- installer Git, Python3, Pip3 et Mingw-w64:
$ sudo apt-get install git python3 python3-pip mingw-w64
- git clone https://github.com/FrenchCisco/RATel
- Go to the "RATel/setup" folder.
$ cd RATel/setup
- Install the dependencies.
$ pip3 install -r requirement.txt