Skip to content

Commit

Permalink
Add shorter version of pip installing nmslib from source (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg authored Oct 27, 2024
1 parent e93baa4 commit 9ecd92a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Over the years, installing nmslib has becomes quite difficult. There are a numbe
Other methods mentioned in GitHub issues, but unconfirmed what versions they work for:
- `CFLAGS="-mavx -DWARN(a)=(a)" pip install nmslib`
- `pip install --no-binary :all: nmslib`
- `pip install "nmslib @ git+https://github.com/nmslib/nmslib.git/#subdirectory=python_bindings"`
- `pip install --upgrade pybind11` + `pip install --verbose 'nmslib @ git+https://github.com/nmslib/nmslib.git#egg=nmslib&subdirectory=python_bindings'`

#### Setting up a virtual environment
Expand Down

0 comments on commit 9ecd92a

Please sign in to comment.