You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generally, keep both Pipfile and Pipfile.lock in version control.
Do not keep Pipfile.lock in version control if multiple versions of Python are being targeted.
Specify your target Python version in your Pipfile’s [requires] section. Ideally, you should only have one target Python version, as this is a deployment tool. python_version should be in the format X.Y and python_full_version should be in X.Y.Z format.
General Recommendations & Version Control
Since we are targeting just Python 3.8 we will be keeping Pipfile and Pipfile.lock in version control.
https://pipenv.readthedocs.io/en/latest/basics/
The text was updated successfully, but these errors were encountered: