Skip to content

Commit ca28414

Browse files
chuyang-dengjesterhazy
authored andcommitted
documentation: add environment setup instructions to CONTRIBUTING.md (#764)
1 parent cbf4d46 commit ca28414

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CONTRIBUTING.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,18 @@ reported the issue. Please try to include as much information as you can. Detail
2121

2222

2323
## Contributing via Pull Requests
24-
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
24+
Contributions via pull requests are much appreciated.
25+
26+
You can use the following commands to setup your developing and testing environment after you fork sagemaker-python-sdk repository:
27+
28+
```bash
29+
git clone [email protected]:<your-github-username>/sagemaker-python-sdk.git
30+
cd sagemaker-python-sdk
31+
pip install -U .
32+
pip install -U .[test]
33+
```
34+
35+
Before sending us a pull request, please ensure that:
2536

2637
1. You are working against the latest source on the *master* branch.
2738
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.

0 commit comments

Comments
 (0)