Skip to content

Commit

Permalink
Update custom install docs link in ell ImportError (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
apandy02 authored Dec 18, 2024
1 parent 4f8fb94 commit b600afc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ell/stores/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
import sqlmodel
except ImportError:
raise ImportError(
'ell.stores has missing dependencies. Install them with `pip install -U "ell-ai[sqlite]"` or `pip install -U "ell-ai[postgres]"`. More info: https://docs.ell.so/installation/custom-installation')
'ell.stores has missing dependencies. Install them with `pip install -U "ell-ai[sqlite]"` or `pip install -U "ell-ai[postgres]"`. More info: https://docs.ell.so/installation#custom-installation')
2 changes: 1 addition & 1 deletion src/ell/studio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
import ell.stores
except ImportError:
raise ImportError(
'ell.studio is missing dependencies. Install them with `pip install -U "ell-ai[studio]"`. More info: https://docs.ell.so/installation/custom-installation')
'ell.studio is missing dependencies. Install them with `pip install -U "ell-ai[studio]"`. More info: https://docs.ell.so/installation#custom-installation')

0 comments on commit b600afc

Please sign in to comment.