prettymaps/script/bootstrap

10 wiersze
144 B
Bash
Executable File

#!/bin/sh
# Resolve all dependencies that the application requires to run.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
pip3 install -e .