Skip to content

Commit e0e2964

Browse files
AlexanderWells-diamondAraneidae
authored andcommitted
Fix minor process issue
Must run cleanup before deleting the pipenv!
1 parent 0dd1544 commit e0e2964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ C files and built libraries. If it is necessary to update any of them, the
3535
safest way to do that is::
3636

3737
$ Ensure all changes are committed/saved/backed up
38-
$ pipenv --rm
3938
$ pipenv run gitclean
39+
$ pipenv --rm
4040
$ rm Pipfile.lock
4141
$ Update dependencies in setup.cfg / pyproject.toml
4242
$ pipenv install --dev

0 commit comments

Comments
 (0)