Installation#
Installation#
The paranmr Python package and its command-line interface can be installed using the standard pip package manager.
pip install paranmr
To test that the installation was successful, run the following command:
paranmr -h
If you prefer using isolated Python environments, you may use tools such as
venv or conda. Environment management is optional and not required for
using paranmr.
You are now ready to start using ParaNMR. Head to the Workflows pages for more information.
Updating#
To update ParaNMR, run:
pip install paranmr --upgrade