Skip to content

python-processing-unit/Prefix-Python

Repository files navigation

WARNING: The Python implementation of Prefix is deprecated. Developers should focus on bringing the C implementation of Prefix to full specification compatability.

Installation

Invoke-WebRequest -Uri "https://github.com/python-processing-unit/Prefix/archive/refs/heads/main.zip" -OutFile "path\to\download\Prefix.zip"
Expand-Archive -Path "path\to\download\Prefix.zip" -DestinationPath "path\to\extract\Prefix"
$old = [Environment]::GetEnvironmentVariable('Path','User')
if(-not $old.Split(';') -contains 'path\to\extract\Prefix'){ [Environment]::SetEnvironmentVariable('Path',$old + ';path\to\extract\Prefix','User') }
Remove-Item -Path "path\to\download\Prefix.zip"

Releases

No releases published

Packages

No packages published