Changeset 73:712d75bd81fc in stamper


Ignore:
Timestamp:
Sep 6, 2019, 10:04:55 AM (5 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Updated install instructions, added info on how to clone from repo
and install in development mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/install.rst

    r42 r73  
    99  pip install Stamper
    1010
    11 ::
     11You can also grab the latest sources from the project main repository
     12(Mercurial_) at https://code.codigo23.net/hg/stamper::
    1213
    13   easy_install Stamper
     14  hg clone https://code.codigo23.net/hg/stamper
     15
     16And install it from there (development mode)::
     17
     18  pip install -e /PATH/TO/STAMPER-CLONE
    1419
    1520
     
    1823.. _pip: http://www.pip-installer.org/en/latest/index.html
    1924.. _pypi: http://pypi.python.org/pypi
    20 .. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall
    21 
     25.. _Mercurial: https://www.mercurial-scm.org
    2226
    2327.. [1] http://docs.python.org/tutorial/modules.html#packages
Note: See TracChangeset for help on using the changeset viewer.