Skip to content

Commit

Permalink
🩹 fix(setup): fix dependencies install outside of venv
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeris1One committed Nov 2, 2023
1 parent 597f76c commit bea75dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ def setup_venv():
def install_dependencies():
"""Install all dependencies needed for the bot to work."""
opt_deps = ask_user(
"🏗️ Do you want to install dependencies on the actual environment?"
"Do you want to install dependencies on the actual environment?",
default=False,
emoji="🏗️"
)
if opt_deps:
print("🏗️ Installing dependencies...")
Expand Down

0 comments on commit bea75dc

Please sign in to comment.