Skip to content

v0.0.25

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 01:09
· 72 commits to main since this release
55d7453

Changelog

  • 55d7453 Merge pull request #163 from sol-eng/patch-python-root-warning
  • 4c97b42 Switch to PIP_ROOT_USER_ACTION for ipykernel and jupyter installs
  • 22b60f3 Switch to an env variable to ignore root warning

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.25/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
sudo tar xzf /tmp/wbi.tar.gz wbi
sudo mv wbi /usr/local/bin/wbi
sudo chmod +x /usr/local/bin/wbi

Linux User

Assumes ~/bin is available in your PATH

wget https://github.com/sol-eng/wbi/releases/download/v0.0.25/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
tar xzf /tmp/wbi.tar.gz wbi
mv wbi ~/bin/wbi
chmod +x ~/bin/wbi