Learn Before
Concept

Pipfiles

Pipfiles are files used by pipenv to describe the direct package dependencies that that a project has. When another individual clones your repository and executes pipenv install these are the packages that are installed. These files should almost always be included in your git repository

0

1

Updated 2021-05-25

Tags

Python Programming Language

Data Science

Learn After