This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/master by this push:
     new bdcf618  Add docs on how to install from Pypi (#27)
bdcf618 is described below

commit bdcf6188405d40be5203a9ad19ca88b218b89544
Author: kezhenxu94 <kezhenx...@apache.org>
AuthorDate: Tue Jun 30 15:38:25 2020 +0800

    Add docs on how to install from Pypi (#27)
---
 README.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/README.md b/README.md
index 0c4b4ca..d7e2b4d 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,25 @@ microservices, cloud native and container-based (Docker, 
Kubernetes, Mesos) arch
 
 
[![Build](https://github.com/apache/skywalking-python/workflows/Build/badge.svg?branch=master)](https://github.com/apache/skywalking-python/actions?query=branch%3Amaster+event%3Apush+workflow%3A%22Build%22)
 
+## Install
+
+### From Pypi
+
+The Python agent module is published to 
[Pypi](https://pypi.org/project/apache-skywalking/), from where you can use 
`pip` to install:
+
+```shell
+# Install the latest version
+pip install apache-skywalking
+
+# Install a specific version x.y.z
+# pip install apache-skywalking==x.y.z
+pip install apache-skywalking==0.1.0  # For example, install version 0.1.0 no 
matter what the latest version is
+```
+
+### From Source Codes
+
+Refer to the [FAQ](docs/FAQ.md#q-how-to-build-from-sources).
+
 ## Set up Python Agent
 
 SkyWalking Python SDK requires SkyWalking 8.0+ and Python 3.5+.

Reply via email to