Finishing touches

This commit is contained in:
2020-02-25 23:13:21 +00:00
committed by Andrejus
parent c4ce39b965
commit fc5ba9f99d
17 changed files with 157 additions and 121 deletions

View File

@@ -5,13 +5,12 @@
#
# 1. poetry is installed
if ! hash poetry 2>/dev/null
then
if not_installed "poetry"; then
printf "Installing poetry...\n"
# Install poetry
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3
run https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py python3
fi
printf "poetry is installed\n"