Managing dependencies¶
Most Flou projects will need to install 3rd party Python packages to use in their Networks of Agents. As the orchestration engine runs inside Docker, Flou automatically handles the installation of the dependencies.
Adding dependencies to a Flou project¶
- Create a
requirements.txt
in the same folder as yourapp.py
- Add any package you wish to install
- Restart the Flou Engine
flou compose restart engine
- Upon initialization the engine installs any new dependencies present in
requirements.txt