incorporates poetry install and dep setup on a single script
This commit is contained in:
parent
d02053a748
commit
a043aaaef8
@ -1,9 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Run this script once you've run `poetry install` for getting dependencies
|
# Installs poetry on Unix
|
||||||
|
echo "Installing poetry"
|
||||||
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
|
|
||||||
# It will create aliases (command nicknames) for the python binaries to be known
|
# Installs poetry-based python dependencies
|
||||||
# by your OS
|
echo "Installing python dependencies"
|
||||||
|
poetry install
|
||||||
|
|
||||||
# List of commands to check and add or update alias for
|
# List of commands to check and add or update alias for
|
||||||
commands=("fabric" "fabric-api" "fabric-webui")
|
commands=("fabric" "fabric-api" "fabric-webui")
|
Loading…
x
Reference in New Issue
Block a user