Pip install for additional python libraries

How can we pip install if we need any additional python library?

Hi Dejan,

Thank you for using the discourse!

The amiga-app-template is setup to handle the creation of a virtual environment for your app and the installation of the requirements and dependencies of your app. This creates a separate environment and installs the requirements for each app you develop.

As described in Developing Custom Applications | Farm-ng Developers, you add any requirements to the setup.cfg file under the install_requires section.
When you launch the app, any not-yet-installed packages will be installed!