cloudy-sfu
released this
30 Dec 10:49
·
1 commit
to main
since this release
Built from https://github.com/coin-or/Dip/tree/releases/0.95.0
Install
- Download
Dip-ubuntu.zip
and unzip to a local folder, denoted as$dip
. - Set system environment variable
export LD_LIBRARY_PATH=$dip/lib
. (To set persistently, write this command to~/.bashrc
.) - Download the wheel file suitable for your system to a local path, denoted as
$wheel
. - Run
pip install $wheel
.