Getting Started¶
Introduction¶
Installation¶
To install OpenXPS in a conda environment, run the following command:
conda install -c conda-forge -c mdtools openxps
Or use mamba instead:
mamba install -c mdtools openxps
Usage¶
To use OpenXPS, import the package in your Python script or Jupyter notebook:
import openxps