Skip to content

Installation

King G edited this page Apr 15, 2018 · 3 revisions

Step 1

Install Ubuntu 16.04.4 (or run it in a virtual machine)

Step 2

Install Anaconda

Download file from https://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86_64.sh

Open the terminal

Change to Downloads directory

cd Downloads

Making the file executable

chmod +x Anaconda3-5.1.0-Linux-x86_64.sh

Run the file

./Anaconda3-5.1.0-Linux-x86_64.sh

Step 3 (Open a new terminal)

3.1: Installing the essential libraries

Install Theano

pip install theano

Install Tensorflow

pip install Tensorflow

Install Keras

pip install Keras

3.2: Update our environment

conda update --all

3.3: Update conda (if possible)

conda update -n base conda

Step 4

Download the DNA Engine at https://github.com/King-G/DNAEngine

Unzip and save it to your desktop

Step 5 (Running the example script)

Open a new terminal

cd Desktop

cd DNAEngine-master

cd Python

python Example.py