Getting Started
===================
.. toctree::
:maxdepth: 2
Installation
------------
The tabs below show the commands to install THzTools with ``pip`` or ``conda``.
.. tabs::
.. tab:: pip
::
pip install thztools
.. tab:: conda
::
conda install -c conda-forge thztools
Once installed, the package name is ``thztools``, and the import convention is:
::
import thztools as thz
Recommended imports
-------------------
The following packages are not required to use ``thztools`` but make it more
convenient to use.
- `Matplotlib `_
- `NumPy `_
- `SciPy `_