mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 14:34:21 +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 |