Skip to content

Commit ee90348

Browse files
committed
Change requirements from Python 3.8 to 3.6
1 parent bc4d26c commit ee90348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

00_intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Remember that the docker container will not save local files (e.g. files in `/wo
3636

3737
You will need:
3838

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.
4040

4141
* Install yosys, Symbiyosys, yices2, and z3.
4242
* `sudo apt install curl`
@@ -60,7 +60,7 @@ Python 2 and Python 3 are not compatible. This is why this happens:
6060
* `python`, `pip` -> Python 2
6161
* `python3`, `pip3` -> Python 3
6262

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.
6464

6565
Now install some bare minimum tools:
6666

0 commit comments

Comments
 (0)