You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,17 @@ For more details, check the documentation: https://docs.aws.amazon.com/codeguru/
4
4
5
5
## How to use it
6
6
7
-
This package is released to PyPI, so use it as any Python package from PyPI: https://pypi.org/project/codeguru-profiler-agent
7
+
This package is being released to PyPI as [codeguru-profiler-agent](https://pypi.org/project/codeguru-profiler-agent), so use it as any Python package from PyPI.
8
8
9
9
For a demo application that uses this agent, check our [demo application](https://github.com/aws-samples/aws-codeguru-profiler-python-demo-application).
10
10
11
-
## Release to PyPI
11
+
## How to contribute
12
+
13
+
Check the GitHub repository at [aws/amazon-codeguru-profiler-python-agent](https://github.com/aws/amazon-codeguru-profiler-python-agent).
14
+
15
+
See [CONTRIBUTING](CONTRIBUTING.md) for details.
16
+
17
+
## How to release to PyPI
12
18
13
19
Use the `setup.py` script to create the archive.
14
20
@@ -18,5 +24,5 @@ See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more inform
18
24
19
25
## License
20
26
21
-
This project is licensed under the Apache-2.0 License.
27
+
This project is licensed under the Apache-2.0 License. See [LICENSE](LICENSE) for details.
0 commit comments