I'm currently launching my website and I want my Python script to be run. However, it does not work when I run it because it depends on 5 libraries. How do you link them to your code? For example, I use pymysql to write data to my host's database. However, it does not recognise pymysql. Is there a way to download all of the packages once on the server and then being able to access them? How to link to them in the code?
Many thanks !