Skip to content

Commit 1426318

Browse files
style: reference the filepath of the whl using pip at notations
Co-authored-by: William Bergamin <wbergamin@salesforce.com>
1 parent f64663f commit 1426318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/maintainers_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ If you want to test the package locally you can.
123123
```bash
124124
pip install <project path>/dist/slack_sdk-1.2.3-py2.py3-none-any.whl
125125
```
126-
- It is also possible to include `<project path>/dist/slack_sdk-1.2.3-py2.py3-none-any.whl` in a [requirements.txt](https://pip.pypa.io/en/stable/user_guide/#requirements-files) file
126+
- It is also possible to include `slack_sdk @ file:///<project path>/dist/slack_sdk-1.2.3-py2.py3-none-any.whl` in a [requirements.txt](https://pip.pypa.io/en/stable/user_guide/#requirements-files) file
127127

128128
### Generating Documentation
129129

0 commit comments

Comments
 (0)