Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 83a13e7

Browse files
xinghuadou-googleXinghua Dou
authored andcommitted
Add notes to GitHub README about Python 3 support.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=189375958
1 parent 979c61d commit 83a13e7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ tested on Debian Linux, but it should work on other distributions as well.
2626

2727
Cloud Debugger consists of 3 primary components:
2828

29-
1. The Python debugger agent (this repo implements one for Python 2.7).
29+
1. The Python debugger agent (this repo implements one for CPython 2.7, and an
30+
experimental one for CPython 3.6).
3031
2. Cloud Debugger service storing and managing snapshots/logpoints.
3132
Explore the API's using
3233
[APIs Explorer](https://developers.google.com/apis-explorer/#p/clouddebugger/v2/).
@@ -77,6 +78,15 @@ sudo apt-get -y -q --no-install-recommends install \
7778
python python-dev libpython2.7 python-setuptools
7879
```
7980

81+
### Python 3
82+
83+
There is experimental support for Python 3.6. Python 3.0 to 3.5 are not
84+
supported, and newer versions have not been tested.
85+
86+
To build, the `python3.6` and `python3.6-dev` packages are additionally needed.
87+
If Python 3.6 is not the default version of the 'python' command on your system,
88+
run the build script as `PYTHON=python3.6 ./build.sh`.
89+
8090
## Setup
8191

8292
### Google Cloud Platform

0 commit comments

Comments
 (0)