@@ -5,21 +5,21 @@ name = "pypi"
5
5
6
6
# # ℹ️ HOW-TO: Make the python-package editable.
7
7
#
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].
11
11
# 4. Run `pipenv install --dev` in your terminal.
12
12
#
13
13
# ⚠️ Make sure you revert these changes before pushing your changes or the
14
14
# pipeline will fail to install the python-package.
15
15
#
16
16
# # ℹ️ HOW-TO: Install a new version of the python-package.
17
17
#
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 .
23
23
# 5. Run `pipenv install --dev` in your terminal.
24
24
25
25
[packages ]
0 commit comments