Skip to content

Commit cd37061

Browse files
u7920349CA3000pre-commit-ci[bot]behackl
authored
Documentation: manual installation of manim as a local package (#4456)
* Documentation: additonal instalation method * Typo fix * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * docs: simplify dev-install section and restore PR template checklist --------- Co-authored-by: CA3000 <93896083+CA3000@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
1 parent a6af7f3 commit cd37061

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • docs/source/installation

docs/source/installation/uv.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,3 +329,13 @@ version satisfies the requirement. Change the line to, for example
329329
to pin the python version to `3.12`. Finally, run `uv sync`, and your
330330
environment is updated!
331331
:::
332+
333+
:::{dropdown} Installing the latest development version
334+
If you want to install the latest (potentially unstable!)
335+
development version of Manim from our source repository
336+
[on GitHub](https://github.com/ManimCommunity/manim), then
337+
simply run
338+
```bash
339+
uv add git+https://github.com/ManimCommunity/manim.git@main
340+
```
341+
:::

0 commit comments

Comments
 (0)