Before you start

Required Python packages:

Installation:

The installation can be done by typing the following command in shell:

$pip install -i https://test.pypi.org/simple/ eniigma-try007==0.0.1

Note

Obs: Pyevolve in Python 3+ must be downloaded and installed via the following commands:

$git clone https://github.com/BubaVV/Pyevolve.git
$cd Pyevolve
$pip3 install future
$sudo python setup.py install --

Development version:

The ENIIGMA code can also be installed from GitHub:

$git clone https://github.com/willastro/ENIIGMA-code.git
$cd ENIIGMA-code
$python setup.py install
$python setup.py install --user (for non-root privilegies)