This repository was archived by the owner on Jan 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ tested on Debian Linux, but it should work on other distributions as well.
2626
2727Cloud 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).
30312 . 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
You can’t perform that action at this time.
0 commit comments