chore: restore original directory structure (project under code-review-graph-main/)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
## Install the Backend
|
||||
|
||||
code-review-graph needs a Python backend to parse your codebase.
|
||||
|
||||
**Requirements:** Python 3.10+
|
||||
|
||||
**Recommended:** Install via [uv](https://docs.astral.sh/uv/):
|
||||
```bash
|
||||
uv pip install code-review-graph
|
||||
```
|
||||
|
||||
**Alternatives:**
|
||||
```bash
|
||||
pipx install code-review-graph
|
||||
# or
|
||||
pip install code-review-graph
|
||||
```
|
||||
Reference in New Issue
Block a user