Skip to content
Gabriel Araujo edited this page Jan 28, 2019 · 2 revisions

Setup

Japonicus works on python>=3.6!

General

> Install gekko, then clone this repo and install dependencies:

$ git clone https://github.com/Gab0/japonicus.git
$ cd japonicus
$ sudo pip install -r requirements.txt
   > make sure pip session runs for python3.6 --> $sudo pip3 install -r requirements.txt

Full stack on Linux Mint 18.3 (propably same on Ubuntu 16.04)

$ sudo add-apt-repository ppa:jonathonf/python-3.6
$ sudo apt update
$ sudo apt install python3.6
$ sudo apt install python3.6-dev
$ sudo apt install python3.6-tk
$ wget https://bootstrap.pypa.io/get-pip.py
$ sudo python3.6 get-pip.py
$ cd /usr/lib/python3/dist-packages 
$ sudo cp apt_pkg.cpython-35m-x86_64-linux-gnu.so apt_pkg.so (where 35m-x86_64 put your version)
$ cd /home/f/gekko/
$ git clone https://github.com/Gab0/japonicus.git
$ cd japonicus
$ sudo pip3.6 install -r requirements.txt
Clone this wiki locally