目录
一、下载项目
1、有git环境
git clone https://github.com/deepfakes/faceswap.git 
2、无git环境

二、环境要求
# Python配置清华镜像源(永久配置)
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple 
三、安装步骤
1、cd切换到项目解压目录下的dosc目录

2、执行命令
pip install -r sphinx_requirements.txt 
 
3、cd切换到项目解压目录下

4、执行安装命令
python setup.py 
5、运行GUI界面程序
python faceswap.py gui 
6、运行成功的界面











