- install Anaconda
- conda env -name your_env_name python=3.11
- conda activate your_env_name
- install git bash from official
- install visual build tools
https://github.com/bycloudai/InstallVSBuildToolsWindows
6.install torch torchaudio torchvision
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
- If "Failed to connect to github.com port 443"
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global http.proxy http://127.0.0.1:your_port
git config --global https.proxy http://127.0.0.1:your_port
8.install requirements and module
pip3 install torch torchvision torchaudio -r requirements.txt ./
9.run
python -m manga_translator -h