Changes between Version 21 and Version 22 of RenderingOsmDataUbuntu

Show
Ignore:
Timestamp:
03/07/12 02:20:15 (15 months ago)
Author:
tbonfort
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RenderingOsmDataUbuntu

    v21 v22  
    6767  source venv/bin/activate 
    6868}}} 
    69  * Install shapely speedups: (shapely 1.2.11 has bugs, use 1.2.10) 
     69 * Install shapely speedups: (shapely 1.2.11 has bugs, do not use it) 
    7070{{{ 
    7171  sudo apt-get install libgeos-dev 
    72   pip install Shapely==1.2.10 
     72  pip install Shapely 
    7373  pip install https://github.com/olt/shapely_speedups/tarball/master 
    7474}}}