Skip to content

Commit

Permalink
[AU manimce]
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Feb 8, 2021
1 parent 9fb1f6a commit e1b84e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manimce/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ $pthFileContent = "$InstallLocation\Manim\Lib\site-packages"
$Utf8NoBomEncoding = New-Object System.Text.UTF8Encoding $False
[System.IO.File]::WriteAllLines($pthFilePath, $pthFileContent, $Utf8NoBomEncoding)


Write-Host "Adding $InstallLocation\Manim\Scripts to `$PATH"
Install-ChocolateyPath "$InstallLocation\Manim\Scripts" 'Machine'

0 comments on commit e1b84e0

Please sign in to comment.