precice / vm

Vagrant box with preCICE and examples preinstalled
MIT License
5 stars 4 forks source link

Add offline mirror for pip #81

Open fsimonis opened 5 months ago

fsimonis commented 5 months ago

We could use devpi to create a local mirror and pull all packages required for the tutorials.

https://devpi.net/docs/devpi/devpi/latest/+d/quickstart-pypimirror.html

# $HOME/.pip/pip.conf
[global]
index-url = http://localhost:3141/root/pypi/+simple/