-
Notifications
You must be signed in to change notification settings - Fork 121
Getting started
Ján Trenčanský edited this page Dec 24, 2016
·
3 revisions
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
Start REXT console
$ python3 rext.py