Installation¶
Dependencies¶
pysktb requires:
joblib==0.14.1
numba>=0.49.0
pymatgen>=2020.4.29
numpy>=1.18.3
matplotlib>=3.1.3
scipy>=1.2.1
To run the examples Matplotlib (>=2.0.0) is required.
User installation¶
you can easily install pysktb using pip:
pip install pysktb
You can also get the latest version of pysktb by cloning the repository:
git clone https://github.com/santoshkumarradha/pysktb
cd pysktb
pip install .