Skip to content

Installation

Zhen Huang edited this page Feb 21, 2024 · 1 revision

Installation

Requirements

  • NVIDIA GPU with CUDA drivers and libraries
  • cupy library
  • other dependencies (e.g. mrcfile)

Please note that the corresponding python libraries will be automatically installed during the installation process of this software.

How to install

1 Clone repository

git clone https://github.com/ZhenHuangLab/MemXTerminator.git

2 Create a virtual environment

conda create -n mxt python=3.9

conda activate mxt

3 Install software and dependencies

cd MemXTerminator

pip install .