Changes between Version 7 and Version 8 of Usage/Quickstart


Ignore:
Timestamp:
07/09/12 16:17:13 (12 years ago)
Author:
sil
Comment:

changed instructions for installing CMT from the repository with pip

Legend:

Unmodified
Added
Removed
Modified
  • Usage/Quickstart

    v7 v8  
    4646= Install CMT =
    4747
    48 After the initial release of CMT, it will be available as a download. More about this soon..
     48At the moment CMT-packages are stored in the releases directory of the repository, which can be found at:
     49{{{
     50https://subtrac.sara.nl/oss/cmt/svn/releases/
     51}}}
    4952
    50 Once you've downloaded the package, CMT can be easily installed with `pip`, by issuing
     53Packages can be easily installed with `pip`, by issuing a command like
    5154{{{
    52 pip install <CMT-packagename>
     55pip install https://subtrac.sara.nl/oss/cmt/svn/releases/CMT-1.0.0.tar.gz
    5356}}}
     57
     58which will install version 1.0.0 of CMT.
    5459
    5560Keep in mind that CMT not only requires other Python-packages, but some development packages with headers for Python and PostgreSQL libraries too.