Skip to content

Installation

System Requirements

  • Python: 3.8 or higher
  • Operating System: Linux, macOS, Windows (WSL recommended)

The easiest way to install FracSim is via conda from the bioconda channel:

conda install -c bioconda fracsim

Method 2: Install From PyPI

pip install FracSim

Method 3: Download binaries (no Python required)

Check out the Releases Page for pre-built binaries across all supported platforms.

Method 4: Install from source

git clone https://github.com/zhuyu534/FracSim.git
cd FracSim
pip install -e .