Skip to content

Commit 785eb0b

Browse files
committed
fix: new version
1 parent 83c518d commit 785eb0b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Pipfile

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ name = "pypi"
55

66
## ℹ️ HOW-TO: Make the python-package editable.
77
#
8-
# 1. Comment out the git-codeforlife package under [packages].
9-
# 2. Comment out the git-codeforlife package under [dev-packages].
10-
# 3. Uncomment the editable-codeforlife package under [dev-packages].
8+
# 1. Comment out the non-editable codeforlife package under [packages].
9+
# 2. Comment out the non-editable codeforlife package under [dev-packages].
10+
# 3. Uncomment the editable codeforlife package under [dev-packages].
1111
# 4. Run `pipenv install --dev` in your terminal.
1212
#
1313
# ⚠️ Make sure you revert these changes before pushing your changes or the
1414
# pipeline will fail to install the python-package.
1515
#
1616
## ℹ️ HOW-TO: Install a new version of the python-package.
1717
#
18-
# 1. Uncomment the git-codeforlife package under [packages].
19-
# 2. Uncomment the git-codeforlife package under [dev-packages].
20-
# 3. Comment out the editable-codeforlife package under [dev-packages].
21-
# 4. Set the ref key of the git-codeforlife packages under [packages] and
22-
# [dev-packages] to have the same version number.
18+
# 1. Uncomment the non-editable codeforlife package under [packages].
19+
# 2. Uncomment the non-editable codeforlife package under [dev-packages].
20+
# 3. Comment out the editable codeforlife package under [dev-packages].
21+
# 4. Set the tag of the editable codeforlife packages under [packages] and
22+
# [dev-packages] to have the same tag.
2323
# 5. Run `pipenv install --dev` in your terminal.
2424

2525
[packages]

0 commit comments

Comments
 (0)