- 
                Notifications
    You must be signed in to change notification settings 
- Fork 11
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
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.txtwhere 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.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request