Robust way to ensure other people can run my python program

前端 未结 8 1349
醉酒成梦
醉酒成梦 2021-02-13 00:26

I wish to place a python program on GitHub and have other people download and run it on their computers with assorted operating systems. I am relatively new to python but have u

8条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-13 00:38

    I think you can use docker with your python https://github.com/celery/celery/tree/master/docker

    kindly follow the files and I think you can figure out the way to make your docker file for your python scripts!

提交回复
热议问题