Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.66 KB

readme.md

File metadata and controls

37 lines (28 loc) · 1.66 KB

Manual Installation Guide

If you haven't already done so, try running the installation via setup.py file according to the general pypulseq-cest readme.

Prerequisites

  1. The BMCTool package has to be installed. This can be done by running pip install bmctool. Using pip ensures that the required pypulseq package and pyYaml package are installed as well.
  2. The following programs have to be installed on your computer:

Manual Installation

To manually install the pypulseq-cest code, please follow these steps:

  1. From this (src) directory, install the pypulseq_cest package by running the following commands in the terminal (linux users might need to add the sudo pre-command or --user post-command)
    python setup_pypulseq_cest.py install
  1. switch to the src/compile directory
  2. install the pySimPulseqSBB package by running the following commands in the terminal (linux users might need to add the sudo pre-command or --user post-command)
    python setup.py build_ext --inplace
    python setup.py install

PLEASE NOTE THAT THIS IS NOT THE setup.py FILE FROM THE ROOT DIRECTORY