gem / oq-builders

Installers for the OpenQuake suite
GNU Affero General Public License v3.0
0 stars 0 forks source link

Use pip install to extract the wheels for windows #34

Closed daniviga closed 7 years ago

daniviga commented 7 years ago
$> wine pip install --force-reinstall --ignore-installed --upgrade --no-index --prefix temp ../src/py/*.whl ../src/py27/*.whl

This solves issues related to the way how the rtree wheel is made

daniviga commented 7 years ago

Done in #35