3. Installing Bayun Library

In the terminal, define environment variables BAYUN_LIB_PATH as the path containing the Bayun library i.e _bayunrest.so, bayuncore.py, bayunrest.py, shared libraries provided along with the Bayun library. Keep all the provided resources at the same path.

export BAYUN_LIB_PATH=<Path to Bayun resources>

Go to BAYUN_LIB_PATH and run setup.sh.

cd $BAYUN_LIB_PATH
./setup.sh

Last updated