Skip to content

Commit

Permalink
suggest a zsh compatible command line for installing extras. fixes #149
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Sep 12, 2024
1 parent b225450 commit 2c6d842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust_plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,6 @@ def do_checks(environment, **_kw):

def missing_extra(package, extra):
logging.error(
f"'{package}' is not installed by default, you need to install it using 'pip install locust-plugins[{extra}]'"
f"'{package}' is not installed by default, you need to install it using \"pip install 'locust-plugins[{extra}]'\""
)
sys.exit(1)

0 comments on commit 2c6d842

Please sign in to comment.