Commit f34862cecb296d42236abd6e31feea9599b5f486

Authored by Etienne Pallier
1 parent a64ce70a
Exists in dev

bugfix requirements

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
pyros.py
... ... @@ -404,7 +404,7 @@ def stop(agent):
404 404 """
405 405  
406 406 def _update_python_packages_from_requirements():
407   - res = execProcessFromVenv("-m pip install -r install/REQUIREMENTS.txt")
  407 + res = execProcessFromVenv("-m pip install -r install/"+REQUIREMENTS)
408 408 return res
409 409  
410 410 def _migrate():
... ...