Skip to content

Instantly share code, notes, and snippets.

@josalhor
Last active September 21, 2021 15:36
Show Gist options
  • Save josalhor/828bc5fb5dc01fec2504d559f016b803 to your computer and use it in GitHub Desktop.
Save josalhor/828bc5fb5dc01fec2504d559f016b803 to your computer and use it in GitHub Desktop.
Optilog Install Script
URL="http://ulog.udl.cat/static/software/Lib/optilog/optilog-0.1.5-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
curl -O -J $URL
sudo pip install optilog-*.whl
rm optilog-*.whl
python3 -c "import optilog; print(optilog.__version__)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment