File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff 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 git@github.com:< 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
26371 . You are working against the latest source on the * master* branch.
27382 . You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
You can’t perform that action at this time.
0 commit comments