Changes between Version 6 and Version 7 of building_the_docs


Ignore:
Timestamp:
20 Feb 2018, 11:49:43 (6 years ago)
Author:
bakaniko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • building_the_docs

    v6 v7  
    4545=== cloning the repository ===
    4646
     47This is a temporary repository before merging into the main one
     48
     49{{{
     50git clone https://github.com/cvvergara/OSGeoLive-doc
     51}}}
     52
    4753=== branching ===
     54
     55{{{
     56git checkout develop
     57}}}
     58
     59=== Pyhton 2.7 ===
     60
     61This builds works with python 2.7.
     62
     63If it is not standard into your environnement, create a virtual one.
     64
     65This is an example with the anaconda distribution.
     66
     67{{{
     68conda create -n docbuild27 python=2.7 anaconda
     69}}}
    4870
    4971== Build commands ==