-
Notifications
You must be signed in to change notification settings - Fork 1
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.gitBuild and activate the environment with the following commands:
mamba env create -f environment.yml
conda activate morpheusTo build the executable run the following command:
bash build.shNow the executable should be in the dist folder of the project