https://github.com/romerogroup/pyprocar
Raw File
Tip revision: 259bf12212ee7b5f7902f644098a6336635cdb9a authored by uthpalah on 04 June 2019, 20:53:30 UTC
gzip and phase parsing fix 2
Tip revision: 259bf12
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