============ Installation ============ Requirements ============ * Python_ * NumPy_ * Matplotlib_ * mendeleev_ * Spglib_ * Phonopy_ * ASE_ * HSD-python_ Installation from PyPI ====================== You can install ``THeSeuSS`` by using pip_, which will automatically get the source code from PyPI_. (It will be uplodaded soon).:: pip install THeSeuSS Installation from source ======================== You can get the source for the latest stable release from https://github.com/Ariadni20/THeSeuSS like this:: git clone https://github.com/Ariadni20/THeSeuSS.git With the source from a Git clone or tar file, you can install the code with ``pip install /path/to/package``, which will manage dependencies as though installing from PyPI. .. _Python: https://www.python.org/ .. _NumPy: https://numpy.org/ .. _Matplotlib: https://matplotlib.org/ .. _mendeleev: https://mendeleev.readthedocs.io/en/stable/ .. _Spglib: https://spglib.readthedocs.io/en/stable/ .. _Phonopy: https://phonopy.github.io/phonopy/ .. _ASE: https://wiki.fysik.dtu.dk/ase/index.html .. _HSD-python: https://hsd-python.readthedocs.io/en/latest/ .. _pip: https://pip.pypa.io/en/stable/installation/ .. _PyPI: https://pypi.org/