Installation
Prerequisites
Make sure you have the following prerequisites installed on your system:
python (>=3.6)
numPy
ase
networkx
pandas
PyYAML
Installing the Software
Follow these steps to install the software:
Clone the repository:
git clone https://github.com/kkjsawantucla/gg.git
Navigate to the project directory:
cd gg/
Install:
pip install .
Updating the Software
The code is currently under active development. To update the software to the latest version, use the following commands:
git pull origin main
pip install . --upgrade