mirror of
https://github.com/soxoj/maigret.git
synced 2026-09-02 13:58:44 +02: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 .
|