www/HACKING.rst
changeset 932 2540e72ce603
parent 905 bc1807ccf58e
child 1008 dc218f2b784d
equal deleted inserted replaced
931:9a5f97027ee7 932:2540e72ce603
    52 version (before port to Python 3)::
    52 version (before port to Python 3)::
    53 
    53 
    54   $ git clone https://github.com/dae/anki.git
    54   $ git clone https://github.com/dae/anki.git
    55   $ cd anki
    55   $ cd anki
    56   $ git co  15b349e3^
    56   $ git co  15b349e3^
       
    57 
       
    58   $ git show 15b349e3
       
    59   commit 15b349e3a8b34bf80c134b406c9b90f61250ee9e
       
    60   Author: Damien Elmes <git@ichi2.net>
       
    61   Date:   2016-05-12 14:45:35 +1000
       
    62 
       
    63       start port to python 3
    57 
    64 
    58 and put path to Anki project source dir inside ``Makefile.config``::
    65 and put path to Anki project source dir inside ``Makefile.config``::
    59 
    66 
    60   ANKI_PY_DIR := $(HOME)/devel/anki
    67   ANKI_PY_DIR := $(HOME)/devel/anki
    61 
    68