taichi-dev/taichi

[docs] Add doc about building python part without compiling taichi-core

Open

#3.056 geöffnet am 30. Sept. 2021

Auf GitHub ansehen
 (1 Kommentar) (3 Reaktionen) (0 zugewiesene Personen)C++ (2.384 Forks)batch import
docgood first issuewelcome contribution

Repository-Metriken

Stars
 (28.195 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Concisely describe the proposed feature A clear and concise description of what you want. For example,

Most python files do not require me to build and compile taichi core, I think. But I have to re-compile it every time when I run python setup.py develop --user

Can we add a doc about building python part without compiling taichi-core, maybe like ray https://docs.ray.io/en/latest/development.html#building-ray-python-only

Contributor Guide