Here is a quick tutorial on how to locally install the package.
Create and activate a new conda environment:
conda create -n diffpy.batchpdfsuite_env python=3.13 pip
conda activate diffpy.batchpdfsuite_envgit clone https://github.com/diffpy/diffpy.apps
cd diffpy.apps
conda install --file requirements/conda.txt
pip install .It's simple. The only command required is the following:
git clone https://github.com/diffpy/diffpy.batchpdfsuite
cd diffpy.batchpdfsuite
conda install --file requirements/conda.txt
pip install .The above command will automatically install the dependencies listed in
requirements/pip.txt.
Verify the installation:
pip listGreat! The package is now importable in any Python scripts located on your local machine.