Skip to content

Commit e22e9fe

Browse files
committed
add python3.9 doc
1 parent 20fe261 commit e22e9fe

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,17 @@ Install kernels:
1313

1414
python:
1515

16+
CodePod uses `ast.unparse` to analyze whether the last expression is an expression or statement. This function is only available in python 3.9 or after. To install python3.9:
17+
18+
```
19+
sudo apt install python3.9
20+
```
21+
22+
Install ipykernel:
23+
1624
```
17-
python -m pip install ipykernel
18-
python -m ipykernel install --user
25+
python3.9 -m pip install ipykernel
26+
python3.9 -m ipykernel install --user
1927
```
2028

2129
racket:

0 commit comments

Comments
 (0)