Skip to content

Installation

Install PySNE from PyPI when available:

pip install pysne

For development version:

git clone https://github.com/p2ms-optimization/pysne.git
cd pysne
pip install -e .

Requirements

  • Python 3.8 or newer
  • NumPy
  • SciPy

Plotting (see Visualization) needs matplotlib, which is an optional extra rather than a core dependency:

pip install pysne[plot]