diff options
Diffstat (limited to 'Install Windows.cmd')
-rw-r--r-- | Install Windows.cmd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Install Windows.cmd b/Install Windows.cmd new file mode 100644 index 0000000..f5f7506 --- /dev/null +++ b/Install Windows.cmd @@ -0,0 +1,7 @@ +@REM Requirements before running this file: +@REM - Install Java 23+ +@REM - Install Python and pip +@REM - Install Rustup (for Cargo) + +pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu +pip install surya-ocr |