You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 00_intro.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Remember that the docker container will not save local files (e.g. files in `/wo
36
36
37
37
You will need:
38
38
39
-
* Python 3.8 or above: See below for Python 3.8 on WSL.
39
+
* Python 3.6 or above: See below for Python 3.6 on WSL.
40
40
41
41
* Install yosys, Symbiyosys, yices2, and z3.
42
42
*`sudo apt install curl`
@@ -60,7 +60,7 @@ Python 2 and Python 3 are not compatible. This is why this happens:
60
60
*`python`, `pip` -> Python 2
61
61
*`python3`, `pip3` -> Python 3
62
62
63
-
On my freshly-installed WSL, the only version present is Python 3.8. If it is not on your version, you will want to upgrade to 3.8. Upgrading is beyond the scope of this document.
63
+
On my freshly-installed WSL, the only version present is Python 3.8. If it is not on your version, you may want to upgrade to 3.8. Upgrading is beyond the scope of this document.
0 commit comments