Skip to content

Commit bc812db

Browse files
roblevyelprans
authored andcommitted
Updated documentation for building from source
Because the Cython files are kept in a git submodule, you must `git clone --recurse-submodules` to be able to build from source.
1 parent 89815ea commit bc812db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/installation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Building from source
2525

2626
If you want to build **asyncpg** from a Git checkout you will need:
2727

28+
* To have cloned the repo with `--recurse-submodules`.
2829
* A working C compiler.
2930
* CPython header files. These can usually be obtained by installing
3031
the relevant Python development package: **python3-dev** on Debian/Ubuntu,

0 commit comments

Comments
 (0)