(20241010) Script desc. available in the message now.

This commit is contained in:
2024-10-10 12:27:50 +05:30
parent 3dfbe1575a
commit 4b5002f8c4
3 changed files with 44 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# We create a Virtual Environment.
# The format is:
# python<version> -m venv <virtual_env_name>
echo "Making a virtual environment (if needed)"
echo "Making a virtual environment (if needed)."
python3 -m venv .venv
# Next we activate the newly created Virtual Environment.