Changeset 73:712d75bd81fc in stamper
- Timestamp:
- Sep 6, 2019, 10:04:55 AM (5 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/install.rst
r42 r73 9 9 pip install Stamper 10 10 11 :: 11 You can also grab the latest sources from the project main repository 12 (Mercurial_) at https://code.codigo23.net/hg/stamper:: 12 13 13 easy_install Stamper 14 hg clone https://code.codigo23.net/hg/stamper 15 16 And install it from there (development mode):: 17 18 pip install -e /PATH/TO/STAMPER-CLONE 14 19 15 20 … … 18 23 .. _pip: http://www.pip-installer.org/en/latest/index.html 19 24 .. _pypi: http://pypi.python.org/pypi 20 .. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall 21 25 .. _Mercurial: https://www.mercurial-scm.org 22 26 23 27 .. [1] http://docs.python.org/tutorial/modules.html#packages
Note:
See TracChangeset
for help on using the changeset viewer.