@@ -1,5 +1,5 @@
# If venv doesnt exists
[ -d venv/ ] && python3 -m venv venv
[ -d venv/ ] || python3 -m venv venv
# Activate venv
. venv/bin/activate
# Install all requirements
The note is not visible to the blocked user.