Installation¶
Possible extras:
cli: Installs typer and addsolinkas a command.tui: Installs textual and addsolink-tuias a command.all: Installs all extras if available.
Stable release¶
To install olink, run this command in your terminal:
uv add olink
Or if you prefer to use pip:
pip install olink
From source¶
The source files for olink can be downloaded from the
GitHub repo.
You can either clone the public repository:
git clone https://github.com/hasansezertasan/olink.git
Or download the tarball:
mkdir olink
curl -fL https://github.com/hasansezertasan/olink/tarball/main | tar -xz --strip-components=1 -C olink
Once you have a copy of the source, you can install it with:
cd olink
uv pip install .