Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arsalan-dev-engineer authored Dec 2, 2024
1 parent 9d1ff33 commit 179769f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripting_tools/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,10 @@ fi

# Notify the user that the setup process is complete
echo -e "${GREEN}Setup complete. Virtual environment is ready to use.${NC}"

# Dynamically display the path to activate the virtual environment
echo -e "${GREEN}To activate the virtual environment manually, run:${NC}"
echo -e "${GREEN}source $VENV_DIR/bin/activate${NC}"
echo -e "${GREEN}source ${VENV_DIR}/bin/activate${NC}"

# Instruction to run the main zap-cli.py script
echo -e "${GREEN}You can now run the CLI with:${NC}"
Expand Down

0 comments on commit 179769f

Please sign in to comment.