Skip to content

Commit 9f35f90

Browse files
committed
docs: Fix ModuleNotFoundError: No module named 'asdl'
If the submodule was not also present, then running build0.sh failed. fixes #2855
1 parent 5880e96 commit 9f35f90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Follow the steps below to install and run LPython on Linux, Windows or macOS.
8383
```bash
8484
git clone https://github.com/lcompilers/lpython.git
8585
cd lpython
86+
git submodule update --init
8687
```
8788

8889
You may also use GitHub Desktop to do the same.

0 commit comments

Comments
 (0)