Skip to content

Installation

Install python

  1. Install python version \(\geq\) 3.10.
    • Preferably, you should use some sort of environment manager like Miniconda and create a new environment.

Install vasp_manager

The simplest way is to use pip and install directly from PyPi. To install, run:

pip install vasp-manager

Alternatively, start by cloning the github repository:

git clone https://github.com/dgaines2/vasp_manager.git

And then cd into the vasp_manager/ directory and install locally with pip:

pip install .
pip install -e .
pip install -e '.[dev]'