Installation

From PyPI

pip install memestra

From source

Clone Memestra’s repository.

git clone git@github.com:QuantStack/memestra.git
cd memestra
python -m pip install -e .

Using the mamba package

A package for memestra is available on the mamba package manager:

mamba install -c conda-forge memestra

Using the conda package

A package for memestra is available on the conda package manager:

conda install -c conda-forge memestra