Releases: zbowling/depwise
Releases · zbowling/depwise
Version 0.1.0-alpha.1
Release Notes
Added
- Initial release of
depwise
command to analyze Python dependencies. - Added
depwise check
command to analyze Python dependencies.
Install depwise 0.1.0-alpha.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/zbowling/depwise/releases/download/v0.1.0-alpha.1/depwise-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/zbowling/depwise/releases/download/v0.1.0-alpha.1/depwise-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install depwise
Download depwise 0.1.0-alpha.1
File | Platform | Checksum |
---|---|---|
depwise-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
depwise-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
depwise-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
depwise-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
depwise-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
depwise-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |