Skip to content

Installation

System Requirements

  • Python: 3.8 or higher
  • Operating System: Linux, macOS, Windows (WSL recommended)
  • RAM: At least 4 GB (16+ GB recommended for large datasets)

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

conda install -c conda-forge FracSim

Method 2: Install From PyPI

pip install FracSim

Method 3: Download binaries

Check out the Download 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 .