install-with-conda: notes on proxy

pull/1353/head
Robert Jördens 2019-07-04 14:04:32 +02:00
parent 8407c526e8
commit 4d01410ce5
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ CONDA_PACKAGES = [
# Set to False if you have already set up conda channels
ADD_CHANNELS = True
# PROXY: If you are behind a web proxy, configure it in your .condarc (as per
# the conda manual) and add it to the "curl" command below (add "--proxy
# http://webproxy.your.com:8080" with your values filled in)
# You should not need to modify the rest of the script below.
import os