https://github.com/romerogroup/pyprocar
Raw File
Tip revision: cdc0f9e2a0dfc9f914b0a6e0304b44b747107a7c authored by uthpalah on 12 June 2019, 02:56:57 UTC
Parse old PROCAR format capability
Tip revision: cdc0f9e
installation.rst.txt
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