Skip to content
Ján Trenčanský edited this page Dec 24, 2016 · 3 revisions

Installation

Git clone REXT repository (this is the recommended way if you wish for REXT update command to work)

$ git clone https://github.com/j91321/rext.git

or download REXT

$ wget https://github.com/j91321/rext/archive/master.zip
$ unzip master.zip

Install requests dependency

Using pip:

$ pip install requests
$ pip install paramiko
$ pip install beautifulsoup4

or on Ubuntu:

$ sudo apt-get install python3-requests
$ sudo apt-get install python3-paramiko
$ sudo apt-get install python3-bs4

Running REXT

Start REXT console

$ python3 rext.py
Clone this wiki locally