catala/french_law/python/setup_env.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
112 B
Bash
Raw Normal View History

#! /usr/bin/env sh
set -eu
2021-06-24 19:17:54 +03:00
2021-06-24 19:27:02 +03:00
cd "$(dirname "$0")"
python3 -m venv env
2021-06-24 19:17:54 +03:00
source env/bin/activate
make dependencies