mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-05 12:31:32 +00:00
5 lines
112 B
Bash
Executable File
5 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
sudo apt-get update
|
|
sudo apt-get install libbullet-dev
|
|
sudo pip install -r requirements.txt
|