mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-14 13:58:40 +03:00
9 lines
107 B
Bash
Executable File
9 lines
107 B
Bash
Executable File
#! /usr/bin/env sh
|
|
|
|
set -eu
|
|
|
|
cd "$(dirname "$0")"
|
|
python3 -m venv env
|
|
. env/bin/activate
|
|
make dependencies
|