Skip to content

Add pip requirements file - #55

Open
monotonee wants to merge 2 commits into
flux3dp:masterfrom
monotonee:add_pip_requirements
Open

Add pip requirements file#55
monotonee wants to merge 2 commits into
flux3dp:masterfrom
monotonee:add_pip_requirements

Conversation

@monotonee

Copy link
Copy Markdown

A requirements.txt file is a list of dependencies and version specifiers that is consumable by pip with pip install -r requirements.txt, easing the install process for end-users and developers.¹ To avoid having multiple places in which dependencies are listed, setuptools will now read dependencies from the requirements.txt file.

  1. https://pip.pypa.io/en/stable/user_guide/#requirements-files

Added dependencies from setuptools' install_requires array,
supplementing version specifiers.
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.

1 participant