prettymaps/script/bootstrap

10 wiersze
144 B
Plaintext

2021-08-26 17:10:59 +00:00
#!/bin/sh
# Resolve all dependencies that the application requires to run.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
pip3 install -e .