The requirements for the use of the solution must be described in detail to enable users to get started quickly. This includes the extension of the README, but also the documentation of the required Python modules via a requirements.txt.
The requirements.txt can be derived from the .py files. With pypi.org the current versions can be determined. The result is the following configuration, which must be tested again in the live environment.
The requirements for the use of the solution must be described in detail to enable users to get started quickly. This includes the extension of the README, but also the documentation of the required Python modules via a
requirements.txt
.