How to set up my python project on my customers device?

Viewed 26
  • My python project folder consists of 2 excel sheet and python notebook file
  • The final output is a single excel sheet
  • Problem 1: My customers come from different backgrounds; and they must have a python version 3.6 and above - maybe IT dept can help with it
  • Problem 2: How to make the code run once in a 2-3 days, for up to date results
  • Problem 3: All this must be automated or maybe the customer could just double click the project file and run it

It would be great if you guys could me an idea how to achieve this

0 Answers
Related