Skip to content

Setup requirements txt with pip#2

Open
vaguenessdiffuser wants to merge 2 commits intoaccidental-green:mainfrom
vaguenessdiffuser:setup-requirements-txt-with-pip
Open

Setup requirements txt with pip#2
vaguenessdiffuser wants to merge 2 commits intoaccidental-green:mainfrom
vaguenessdiffuser:setup-requirements-txt-with-pip

Conversation

@vaguenessdiffuser
Copy link

Using pip and requirements.txt is one of the standard ways in python to ensure that all developers and users are using the exact version of the packages (requests in this example)

This also allows a user/developer to install multiple packages in one go

@Belka2312
Copy link

Using pip and requirements.txt is one of the standard ways in python to ensure that all developers and users are using the exact version of the packages (requests in this example)

This also allows a user/developer to install multiple packages in one go



# Summary

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Validate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants