Changes between Version 6 and Version 7 of building_the_docs
- Timestamp:
- 02/20/18 11:49:43 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
building_the_docs
v6 v7 45 45 === cloning the repository === 46 46 47 This is a temporary repository before merging into the main one 48 49 {{{ 50 git clone https://github.com/cvvergara/OSGeoLive-doc 51 }}} 52 47 53 === branching === 54 55 {{{ 56 git checkout develop 57 }}} 58 59 === Pyhton 2.7 === 60 61 This builds works with python 2.7. 62 63 If it is not standard into your environnement, create a virtual one. 64 65 This is an example with the anaconda distribution. 66 67 {{{ 68 conda create -n docbuild27 python=2.7 anaconda 69 }}} 48 70 49 71 == Build commands ==