Skip to content

Commit 178317f

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 178317f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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.

doc/src/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Follow the steps below to install and run LPython on Linux, Windows or macOS.
5959
```bash
6060
git clone https://github.com/lcompilers/lpython.git
6161
cd lpython
62+
git submodule update --init
6263
```
6364

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

0 commit comments

Comments
 (0)