시스템보안 3조 파일탐색기
- Git - For cloning repository / git bash
- Python - preferably Python 3.12
- Chocolatey - Windows package manager
- Make - build automation tool
git clone "https://github.com/zzre/AICS306-FileExplorer"
cd "AICS306-FileExplorer"
python3 -m pip install -r requirements.txt
Execute commands on git bash.
Install make (requires administrator privileges):
choco install make
Build:
make