Skip to content

Commit e6c1ec5

Browse files
committed
Update conda installation to intel channel
1 parent 4f1dd8b commit e6c1ec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/cpp/shared/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ The CMakeLists.txt is set up to detail usage of all options (tarball, pip, conda
3030

3131
### Option 1: Using libsvs in a conda environment
3232

33-
Install the `libsvs` package (currently only available from GitHub releases):
33+
Install the `libsvs` package:
3434
```bash
35-
conda install https://github.com/intel/ScalableVectorSearch/releases/download/v1.0.0-dev/libsvs-0.0.10-gc4e106f_0.conda
35+
conda install -c https://software.repos.intel.com/python/conda libsvs
3636

3737
mkdir build
3838
cd build

0 commit comments

Comments
 (0)