Skip to content

Commit

Permalink
Update setup.sh (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
arsalan-dev-engineer authored Dec 2, 2024
2 parents 4eae46f + 73a159c commit 30f953e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripting_tools/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,15 @@ else
exit 1
fi

# Create a symlink for the azzy-cli command globally
echo -e "${YELLOW}Creating global symlink for azzy-cli...${NC}"
sudo ln -sf /home/arsalan/repositories/azzy-cli/azzy_cli.py /usr/local/bin/azzy-cli

# Notify the user that the setup process is complete
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}"
echo -e "${GREEN}azzy-cli --help${NC}"

0 comments on commit 30f953e

Please sign in to comment.