简体   繁体   中英

Installing python packages for web application on Azure

I am new to Azure and I am facing difficulty in installing python packages on my Azure platform. I followed the guide at https://docs.microsoft.com/en-us/azure/app-service/containers/quickstart-python and successfully deployed it. But for installing custom packages I am facing issues. Please help me out. I also tried installing via pip on bash from application

Its as simple as adding requirements.txt. Add your packages one after another in a line like -

beautifulsoup
numpy
pandas 

You can also mention version numbers for individual packages

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM