Skip to content

Commit

Permalink
err message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Epstein committed Sep 25, 2023
1 parent d407559 commit a9ccd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcee/cli_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from arcee.schemas.doc import Doc

if not find_spec("pandas"):
raise ModuleNotFoundError("Cannot find pandas. Please run `pip install 'arcee[cli]'` for cli support")
raise ModuleNotFoundError("Cannot find pandas. Please run `pip install 'arcee-py[cli]'` for cli support")

import pandas as pd

Expand Down

0 comments on commit a9ccd2a

Please sign in to comment.