mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
6 lines
106 B
Bash
Executable File
6 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
sudo apt-get update && sudo apt-get install -y libcairo2-dev pkg-config
|
|
pip install .
|