Skip to content

Commit

Permalink
Add nightly to instructions similar to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed Jan 17, 2025
1 parent bb6138e commit c4be647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ The path to the openvino install directory is referred as <INSTALL_DIR> througho
```
4. Build the wheel in the `dist` directory:
```sh
python -m pip wheel . -w dist/ --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
python -m pip wheel . -w dist/ --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
```

### Install OpenVINO GenAI From Source
Expand Down

0 comments on commit c4be647

Please sign in to comment.