-
Notifications
You must be signed in to change notification settings - Fork 0
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
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