Skip to content

Initialization

Jonathan Hess edited this page Sep 29, 2023 · 1 revision

To start working with Morpheus follow the instructions below. Clone the repository:

git clone https://github.com/cascode-labs/morpheus.git

Install mambaforge

Build and activate the environment with the following commands:

mamba env create -f environment.yml
conda activate morpheus

To build the executable run the following command:

bash build.sh

Now the executable should be in the dist folder of the project

Clone this wiki locally