中文(简体)
git clone https://github.com/GeorgePatsias/OpenEyes.git pip install -r requirements.txt
使用所需的配置编辑config.py并运行。
config.py
python3 srv.py
docker build -t openeyes . && docker run -p 5001:5001 openeyes