IrisRainbowNeko / genshin_auto_fish

基于深度强化学习的原神自动钓鱼AI
4.77k stars 719 forks source link

requirements.py #94

Closed ghost closed 3 years ago

ghost commented 3 years ago
  1. Add proxy option for pip install, can speed up downloading if you have a http proxy.
  2. Replace pip internal api with subprocess, use pip's internal APIs in this way is deprecated. This will fail in a future version of pip.
  3. Refactor code, wrapping code in main function, make it more readable and faster.