How are Pipfile and Pipfile.lock used?

前端 未结 2 1083
灰色年华
灰色年华 2020-12-07 07:11

It seems that Pipfile/Pipfile.lock are intended to be replacements for requirements.txt, in the context of Python packaging. There isn\'t much documentation out there on how

2条回答
  •  情歌与酒
    2020-12-07 07:51

    As explained above by @Charles Duffy, it is a direct analog of Gemfile and Gemfile.lock from the Ruby world. See reference below for more details.

    Reference: https://medium.com/never-hop-on-the-bandwagon/gemfile-and-gemfile-lock-in-ruby-65adc918b856

提交回复
热议问题