Changes in bin/install [d4cabcc:7783f97] in OpenWorkouts-current


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/install

    rd4cabcc r7783f97  
    5858install_openworkouts() {
    5959    . ${env_path}/bin/activate
    60     yes | pip install --upgrade -e ${current}[testing]
     60    yes | pip install --upgrade --process-dependency-links -e ${current}[testing]
    6161    deactivate
    6262}
Note: See TracChangeset for help on using the changeset viewer.