Installation guide¶
To get started, it does not hurt to read the following explanations:
What you will know at the end of this tutorial?¶
You will know
- how to install
pynxtools-ellips
Setup¶
It is recommended to use python 3.12 with a dedicated virtual environment for this package. Learn how to manage python versions and virtual environments.
That command creates a new virtual environment in a directory called .venv.
There are many alternatives to managing virtual environments and package dependencies (requirements). We recommend using uv, an extremely fast Python package and project manager. In this tutorial, you will find paralleled descriptions, using either uv or a more classical approach using venv and pip.
Installation¶
Install the latest stable version of this package from PyPI with
Since this package is a reader plugin for pynxtools, it can also be installed together with pynxtools as an extra:
You can also install the latest development version of pynxtools-ellips with
How to install pynxtools-ellips with NOMAD¶
To use pynxtools-ellips with NOMAD, simply install it in the same environment as the nomad-lab package. NOMAD will recognize pynxtools and pynxtools-ellips as plugins automatically.
Start using pynxtools-ellips¶
That's it! You can now use pynxtools-ellips!