mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
cd "$(dirname "$0")"
|
|
cd pygments && python3 setup.py develop
|