www/HACKING.rst
changeset 878 691dafb44619
parent 875 ebba66b977b6
child 903 3bbe249dae47
equal deleted inserted replaced
877:340482715bb0 878:691dafb44619
    50 
    50 
    51 To produce Anki decks install Anki v... on Linux or get Anki sources at specific
    51 To produce Anki decks install Anki v... on Linux or get Anki sources at specific
    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   $ git co  15b349e3^
    56   $ git co  15b349e3^
    56 
    57 
    57 and put path to Anki project source dir inside ``Makefile.config``::
    58 and put path to Anki project source dir inside ``Makefile.config``::
    58 
    59 
    59   ANKI_PY_DIR := $(HOME)/devel/anki
    60   ANKI_PY_DIR := $(HOME)/devel/anki