💻Installation

From PyPI

To install Pyreal using pip, run the following command in your terminal:

pip install pyreal

This is the preferred method to install Pyreal, as it will always install the most recent and stable release.

From Source

The source code of Pyreal can be downloaded from the Github Repository

You can clone the repository and install the latest development version from source by running poetry install on the dev branch:

git clone git://github.com/dai-lab/pyreal
cd pyreal
poetry install

The dev branch of the Pyreal repository contains the latest development version, which may include bugs or incomplete features. If you want to install the latest stable version, add git checkout stable after the cd command above.

Last updated

Logo