Ignore:
Timestamp:
11 Apr 2016, 10:52:37 (9 years ago)
Author:
uli
Message:

Update source retrieval docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/docs/INSTALL.txt

    r13829 r13830  
    216216sources for Kofa.
    217217
    218 As Kofa is currently available from the Subversion_ repository only,
    219 we use the Subversion_ client `svn` and checkout the main devel branch
    220 of the `waeup.kofa` package like this::
     218Source from PyPI
     219----------------
     220
     221Official releases are always uploaded to PyPI. Please have a look at
     222
     223  http://pypi.python.org/pypi/waeup.kofa
     224
     225where you can download all you need.
     226
     227From the commandline you can also get sources like this::
     228
     229  (py27)$ wget https://pypi.python.org/packages/source/w/waeup.kofa/waeup.kofa-1.4.1.tar.gz
     230
     231where ``1.4.1`` is, of course, only one possible version.
     232
     233
     234Source from Subversion
     235----------------------
     236
     237If you have access to the (restricted) developer repository (if you
     238don't know, then you have not), then you can use the Subversion_
     239client `svn` and checkout the main devel branch of the `waeup.kofa`
     240package like this::
    221241
    222242  (py27)$ svn co https://svn.waeup.org/repos/main/waeup.kofa/trunk
Note: See TracChangeset for help on using the changeset viewer.