mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-14 03:14:55 +03:00
7 lines
97 B
Bash
Executable File
7 lines
97 B
Bash
Executable File
#! /usr/bin/env sh
|
|
|
|
set -ue
|
|
|
|
cd "$(dirname "$0")"
|
|
cd pygments && python3 setup.py develop --user
|