mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-02-02 12:54:31 +01:00
4 lines
101 B
Bash
Executable File
4 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sudo apt-get install build-essential python-dev python-pip
|
|
pip install -r requirements.txt |