https://github.com/romerogroup/pyprocar
Raw File
Tip revision: 71e3362fd22ddb615dc42e464d9851910f7a871d authored by Uthpala Herath on 01 March 2020, 22:33:26 UTC
Discontinuous k-path band structure
Tip revision: 71e3362
installation.rst
Installation
============
PyProcar is supported by Python 3.x. 
Please install the following dependencies prior to installing PyProcar. 

	* matplotlib 
	* numpy 
	* scipy 
	* seekpath 
	* ase 
	* scikit-image
	* mayavi 4.6.2

To install using pip use the following command::
	
	pip install pyprocar

Once you are done with the installation you can import PyProcar within Python with the command::

	import pyprocar

The command-line version of PyProcar can be invoked in a terminal with::
    
    procar	
back to top