https://github.com/romerogroup/pyprocar
Raw File
Tip revision: b0826f60146c0159ef8c6ac545cb9aa28b3be3d8 authored by Uthpala Herath on 28 July 2020, 08:27:58 UTC
Updated lobsterparse.py
Tip revision: b0826f6
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
	* pychemia
	* pyvista

To install PyProcar with pip use the following command::
	
	pip install pyprocar

To install PyProcar with conda use the following command::
	
	conda install -c conda-forge 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.py	

Please note that the command-line version might not be up-to-date with the library version. 
back to top