Skip to content

Commit 4c237fe

Browse files
docs: update packaging notation for local development requirements (#1271)
Co-authored-by: William Bergamin <[email protected]>
1 parent 9c26945 commit 4c237fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/maintainers_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ If you want to test the package locally you can.
103103
- This will create a `.whl` file in the `./dist` folder
104104
2. Use the built package
105105
- Example `/dist/slack_bolt-1.2.3-py2.py3-none-any.whl` was created
106-
- From anywhere on your machine you can install this package to a project with
106+
- From anywhere on your machine you can install this package to a project with
107107
```bash
108108
pip install <project path>/dist/slack_bolt-1.2.3-py2.py3-none-any.whl
109109
```
110-
- It is also possible to include `<project path>/dist/slack_bolt-1.2.3-py2.py3-none-any.whl` in a [requirements.txt](https://pip.pypa.io/en/stable/user_guide/#requirements-files) file
110+
- It is also possible to include `slack_bolt @ file:///<project path>/dist/slack_bolt-1.2.3-py2.py3-none-any.whl` in a [requirements.txt](https://pip.pypa.io/en/stable/user_guide/#requirements-files) file
111111

112112
### Releasing
113113

0 commit comments

Comments
 (0)