Revision 71198d3d2ec4c1eee6e55aa4b237814d0cdd6cca authored by Uthpala Herath on 06 January 2020, 21:21:47 UTC, committed by Uthpala Herath on 06 January 2020, 21:21:47 UTC
1 parent 39b6abc
Raw File
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

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