Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Add a python dependancy

Charles de Beauchesne edited this page Aug 2, 2018 · 1 revision

If you're working on a branch that needs a new package, docker-compose up will fail. Here is the workaround (not yet tested):

  • Checkout master branch
  • Add your package into requirements.txt
  • docker-compose exec ui bash
  • make upgrade
  • Remove your package from requirements.txt
  • checkout your branch
  • docker-compose up