We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use kind of requirements.txt file to list and gather Python dependencies (names and versions) and update documentation to run cmmand lile:
pip install -m requirements.txt
where such file contains stuff like (here foo, bar and wizz are dependencies):
foo==1.2.3 bar==4.5.6 wizz==7.8.9
And update doctor script.
The text was updated successfully, but these errors were encountered:
refactor(#108): Licenses Inventory - define requirements for Python m…
73c2693
…odules Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
[#114, #108] Apply some REUSE standards, move requirements, update he…
cda6bc6
…aders (2024) (#123) * doc(#114): project - update headers Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * doc(#114): project - move licences and update THIRD-PARTY Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * refactor(#108): Licenses Inventory - define requirements for Python modules Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> * refactor(#114): review - apply comments Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> --------- Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
No branches or pull requests
Use kind of requirements.txt file to list and gather Python dependencies (names and versions) and update documentation to run cmmand lile:
where such file contains stuff like (here foo, bar and wizz are dependencies):
And update doctor script.
The text was updated successfully, but these errors were encountered: