src/source/dev_guide/overring-feature.rst
branchdoc-dc
changeset 149 d1cf9206a9bf
parent 148 337b4e28c11f
equal deleted inserted replaced
148:337b4e28c11f 149:d1cf9206a9bf
     6 
     6 
     7 To Overriding PyAMS feature you need to retrieve sources and install the source code packages
     7 To Overriding PyAMS feature you need to retrieve sources and install the source code packages
     8 
     8 
     9 1) Clone the package repository
     9 1) Clone the package repository
    10 
    10 
    11 .. code-block::
    11 .. code-block:: shell
    12 
    12 
    13 		hg clone http://hg.ztfy.org/pyams/<pyams_packages>
    13 		hg clone http://hg.ztfy.org/pyams/<pyams_packages>
    14 
    14 
    15 2) Run Bootstrap script provided
    15 2) Run Bootstrap script provided
    16 
    16 
    17 .. code-block::
    17 .. code-block:: shell
    18 
    18 
    19 		./bootstrap.py
    19 		./bootstrap.py
    20 
    20 
    21 3) Execute buildout
    21 3) Execute buildout
    22 
    22 
    23 .. code-block::
    23 .. code-block:: shell
    24 
    24 
    25 	./bin/buildout
    25 	./bin/buildout