removes echo

This commit is contained in:
agu3rra 2024-02-16 17:13:24 -03:00
parent fcc707ab27
commit 4c14d1a19c

View File

@ -1,9 +1,5 @@
#!/bin/bash
# Installs poetry on Unix
echo "Installing poetry"
# Installs poetry-based python dependencies
echo "Installing python dependencies"
poetry install