mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 13:55:41 +01:00
fix(docs): Update installation.mdx (#1866)
Some checks failed
publish docs / publish-docs (push) Has been cancelled
release-please / release-please (push) Has been cancelled
tests / setup (push) Has been cancelled
tests / ${{ matrix.quality-command }} (black) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (mypy) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (ruff) (push) Has been cancelled
tests / test (push) Has been cancelled
tests / all_checks_passed (push) Has been cancelled
Some checks failed
publish docs / publish-docs (push) Has been cancelled
release-please / release-please (push) Has been cancelled
tests / setup (push) Has been cancelled
tests / ${{ matrix.quality-command }} (black) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (mypy) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (ruff) (push) Has been cancelled
tests / test (push) Has been cancelled
tests / all_checks_passed (push) Has been cancelled
Update repo url
This commit is contained in:
parent
2a432bf9c5
commit
c1802e7cf0
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ It is important that you review the Main Concepts before you start the installat
|
||||||
* Clone PrivateGPT repository, and navigate to it:
|
* Clone PrivateGPT repository, and navigate to it:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/imartinez/privateGPT
|
git clone https://github.com/zylon-ai/private-gpt
|
||||||
cd privateGPT
|
cd private-gpt
|
||||||
```
|
```
|
||||||
|
|
||||||
* Install Python `3.11` (*if you do not have it already*). Ideally through a python version manager like `pyenv`.
|
* Install Python `3.11` (*if you do not have it already*). Ideally through a python version manager like `pyenv`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue