Skip to content

Commit

Permalink
remove uneccessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Krish Patel committed Jun 23, 2023
1 parent acef0be commit 16c18e5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions install/install_openadapt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,8 @@ function GetVSCppRedistCMD {


################################ SCRIPT ################################
# Script Runs from here:
# Check and Install TesseractOCR -> Python 3.10 -> Git -> VS C++ Redist.

# Check and Install TesseractOCR -> Python 3.10 -> Git -> VS C++ Redist.
$tesseract = GetTesseractCMD
RunAndCheck "$tesseract --version" "check tesseract version"

Expand All @@ -257,8 +256,7 @@ RunAndCheck "$git --version" "check git version"

GetVSCppRedistCMD

# Install OpenAdapt

# OpenAdapt Setup
RunAndCheck "git clone -q https://github.com/MLDSAI/OpenAdapt.git" "clone git repo"
Set-Location .\OpenAdapt
RunAndCheck "pip install poetry" "install poetry"
Expand Down

0 comments on commit 16c18e5

Please sign in to comment.