Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
Peter Leonard edited this page Apr 10, 2022 · 4 revisions

Installation

MacOS 12 Monterey & Ubuntu 20.04 LTS (CPU only):

conda create --name trails python=3.8
conda activate trails
git clone https://github.com/YaleDHLab/trails.git
cd trails
python setup.py install

^ Assuming you are on the reqs-update branch (or those changes have been merged into main) this should work.

Ubuntu (CUDA GPU acceleration):

to come.

Clone this wiki locally