Interested in this question: The program is ready for release into society, but it contains various non-standard libraries, for example ConfigParser. How to install these libraries on someone else's RPi using code?

To use the program, there will be non-python programmers and not able to use the console. That is, just launched - everything was installed - everything works - completed.

  • ConfigParser same standard library, no? - andreymal
  • @andreymal I took it by example, not necessarily her - Insider
  • one
    1- Correct the question to take note of @andreymal. 2- software installation is a bad idea if you don’t own a machine — it’s enough to provide instructions for supported situations. How the instruction looks depends on the audience — it may be simple: “copy this file here” (created by PyInstaller for example) or if the audience is Python programmers, then “ pip install ссылка-на-wheel ”. Give me more details: what is the project (cli?), Who will use (Python programmer / non-Python programmer, the word git probably knows / does not know) where to put it. Otherwise the question is too general. - jfs
  • Pack the dependencies inside your program so you don’t need to install anything (started — everything works) - jfs
  • @jfs and how to pack them do not tell me?) - Insider

0