Skip to content

Installation

Stable release

To install protoplast, run this command in your terminal:

uv add protoplast

Or if you prefer to use pip:

pip install protoplast

From source

The source files for protoplast can be downloaded from the Github repo.

You can either clone the public repository:

git clone git://github.com/dataxight/protoplast

Or download the tarball:

curl -OJL https://github.com/dataxight/protoplast/tarball/master

Once you have a copy of the source, you can install it with:

cd protoplast
uv pip install .