Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.89 KB

INSTALL.rst

File metadata and controls

65 lines (44 loc) · 1.89 KB

Installation

@TODO

python setup.py install

Approach 1: Install on top of Python(x,y)

The easiest way to get full functionality of gAutoy is to install it on top of Python(x,y).

  1. Download last version of Python(x,y) from the official site
  2. Make full installation of Python(x,y)
  3. Checkout (or download and unpack) gAutoy repository:

    $ git clone https://github.com/SGo-Go/gAutoy.git
  4. Install gAutoy with GNU make:

    $ make install
  5. (Optional) Make and compile documentation:

    $ make docs

Approach 2: Manual installation

Alternatively, you can install Python itself and Python packages one-by-one using pip command.

Short list of dependencies:

Optional packages:

Example of packages installation via `pip`:

pip install markdown2
pip install simplejson

For documenting one also needs to install:

  • recommonmark