Installation
This page includes instructions for installing RAMEN.
Prerequisites
First, install Anaconda for your operating system if you have not. You can find specific instructions for different operating systems here.
Second, create a new conda environment and activate it:
conda create -n example_env python=3.9
conda activate example_env
Installing RAMEN
Download RAMEN package:
pip install git+https://github.com/mcgilldinglab/RAMEN