Build and Install#

Install from PyPI#

Plexiglass is available on PyPI. All you have to do to use Plexiglass is

pip install --upgrade plexiglass

To install from PyPI you must meet the following requirements:

  • Using a native Python >= 3.8

Note

Plexiglass is currently under experimental release 0.0.1. It is not yet ready for production use.

Build from Source#

To build and install the Plexiglass python library from source, first, clone Plexiglass from its GitHub repo:

git clone git@github.com/safellama/plexiglass.git plexiglass && cd plexiglass

Then, install the Plexiglass python library with pip:

pip install -e .