请保证TUN模式或虚拟网卡模式开启
git config --global user.name "你的github用户名"
git config --global user.email "你的github邮箱地址"
可能会跳出一个要求你进行github身份验证的窗口,正常填,然后确认
git clone https://github.com/Southwest-Building-1-Digital-Twin/DROM.git
cd DROM
conda create -n Drom python=3.12 -y
conda activate Drom
然后输入安装pip包
pip install -r requirements.txt





