https://github.com/romerogroup/pyprocar
Raw File
Tip revision: 66a603752204710cecdacc41b0f17e6f53e245d3 authored by uthpalah on 13 June 2019, 20:03:31 UTC
Fermi surface bug fixes
Tip revision: 66a6037
installation.rst
Installation
============
PyProcar is supported by both Python 2.x and Python 3.x. 

Please install the following dependencies prior to installing PyProcar. 
	* matplotlib 
	* numpy 
	* scipy 
	* seekpath 
	* ase 
	* scikit-image

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	
back to top