better python init message

This commit is contained in:
Daniel Winkler 2025-08-28 22:53:08 +10:00
commit 35f6c850a0

View file

@ -101,6 +101,7 @@
uv add marimo uv add marimo
echo "--------------------------------------------------------------------------" echo "--------------------------------------------------------------------------"
echo " Python project initialized!" echo " Python project initialized!"
echo "run 'uv add PACKAGE' to add more python packages."
echo "--------------------------------------------------------------------------" echo "--------------------------------------------------------------------------"
else else
echo "--------------------------------------------------------------------------" echo "--------------------------------------------------------------------------"