> For the complete documentation index, see [llms.txt](https://docs.bayunsystems.com/bayuncoresdk-python/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bayunsystems.com/bayuncoresdk-python/3.-installing-bayun-library.md).

# 3. Installing Bayun Library

## 3.1 Link Bayun Library with Shared Libraries

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.

```bash
export BAYUN_LIB_PATH=<Path to Bayun resources>
```

Go to `BAYUN_LIB_PATH` and run `setup.sh`.

```bash
cd $BAYUN_LIB_PATH
./setup.sh
```
