Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/getting_started/install_local.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Notebooks and your PyRIT installation must be on the same version. This pip inst
```

2. **Match notebooks to your version**:
- If using a **release version** (e.g., `0.9.0`), download notebooks from the corresponding release branch: `https://github.com/Azure/PyRIT/tree/releases/v0.9.0/doc`
- If using a **release version** (e.g., `0.9.0`), download notebooks from the corresponding release branch: `https://github.com/microsoft/PyRIT/tree/releases/v0.9.0/doc`
- The automatically cloned notebooks from the `main` branch may not match your installed version
- This website documentation shows the latest development version (`main` branch).

Expand Down
2 changes: 1 addition & 1 deletion doc/getting_started/install_local_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ If you prefer conda for environment management, you can use it to create a Pytho

2. **Git**: Clone the repository:
```bash
git clone https://github.com/Azure/PyRIT
git clone https://github.com/microsoft/PyRIT
```

3. **Node.js and npm**: Required for building the frontend. Download [Node.js](https://nodejs.org/) (version 18+).
Expand Down
Loading