Skip to content

Commit 91b0ce2

Browse files
committed
Show Python version
1 parent d3fff0b commit 91b0ce2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/index.rst

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ Build should success without any problem.
1515
>>> f'Replace my {variable} here'
1616

1717

18+
.. runblock:: pycon
19+
20+
>>> # Python Version used
21+
>>> import sys
22+
>>> print(sys.version)
23+
24+
1825
.. runblock:: pycon
1926

2027
>>> # Build at

0 commit comments

Comments
 (0)