Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 23, 2024
1 parent 98e2696 commit 332e62c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/development/building-from-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@ Pyodide can be built from sources on different platforms,

The Pyodide repository has a git submodule called `pyodide-build`. Make sure to
do a recursive clone:

```bash
git clone --recursive https://github.com/pyodide/pyodide
```

or if you have already cloned the Pyodide repository without the `--recursive`
flag, you may initialize the submodule with:

```bash
git submodule update --init
```

If you change git branches, make sure you update `pyodide-build` with
`git submodule update`.

Expand Down

0 comments on commit 332e62c

Please sign in to comment.