Installation
Stable release
To install Isoform Perplexity, run this command in your terminal:
uv add isoplex
Or if you prefer to use pip:
pip install isoplex
From source
The source files for Isoform Perplexity can be downloaded from the Github repo.
You can either clone the public repository:
git clone git://github.com/fairliereese/isoplex
Or download the tarball:
curl -OJL https://github.com/fairliereese/isoplex/tarball/main
Once you have a copy of the source, you can install it with:
cd isoplex
uv pip install .