File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Contributing to the Render Engine Projects
22
3- Render Engine CLI is the CLI tool for the Render Engin static site generator. Please refer to
3+ Render Engine CLI is the CLI tool for the Render Engine static site generator. Please refer to
44the main [ CONTRIBUTING.md] ( https://github.com/render-engine/render-engine/blob/main/CONTRIBUTING.md )
55for more details on how to contribute.
66
77## Render Engine CLI Specific Topics
88
99Render Engine CLI is a ` uv ` based project. For more information on installing ` uv ` and using it
10- please see the [ uv documentation] ( https://docs.astral.sh/uv/#installation ) .To get started, for
10+ please see the [ uv documentation] ( https://docs.astral.sh/uv/#installation ) . To get started, for
1111this repository and check out your fork.
1212
1313``` shell
@@ -34,6 +34,6 @@ uv pip install . && uv pip install -e .
3434** NOTE** : The above actually has you installing the CLI as uneditable and then as editable. This
3535is only needed as long as the main Render Engine install includes an entry point as there is a
3636conflict. The ` uv pip install . ` will overwrite the entry point for ` render-engine ` while the
37- second command, ` uv pip insall -e . ` will convert it to an editable install.
37+ second command, ` uv pip install -e . ` will convert it to an editable install.
3838
3939This will allow you to test your changes via the command line.
You can’t perform that action at this time.
0 commit comments