Skip to content

Commit

Permalink
Update setup.sh (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
arsalan-dev-engineer authored Dec 2, 2024
2 parents 634958a + b1a8d00 commit 4eae46f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripting_tools/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ fi
echo -e "${GREEN}Setup complete. Virtual environment is ready to use.${NC}"
echo -e "${GREEN}To activate the virtual environment manually, run:${NC}"
echo -e "${GREEN}source $VENV_DIR/bin/activate${NC}"

# Instruction to run the main azzy-cli.py script
echo -e "${GREEN}You can now run the CLI with:${NC}"
echo -e "${GREEN}python3 ../azzy-cli/azzy_cli.py --help${NC}"

0 comments on commit 4eae46f

Please sign in to comment.