8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c83df commit 9ed5364Copy full SHA for 9ed5364
AUTHORING_GUIDE.md
@@ -416,6 +416,13 @@ if __name__ == '__main__':
416
417
## Running tests and automated tools
418
419
+### Installing interpreters
420
+
421
+You need python 2.7 and 3.6, and the dev packages for each.
422
423
+For example, to install with apt you'd use:
424
+`apt-get install python2.7 python2.7-dev python3.6 python3.6-dev`
425
426
### Using nox
427
428
The testing of `python-docs-samples` is managed by
0 commit comments