Preparation

Before install the GVasp, we strongly recommend you to install conda before.

After install conda, create a new environment, e.g. gvasp, and install a python (version=3.9), using following command:

conda create -n gvasp python=3.9

Note

The conda tool can modify its original mirrors by modify the ~/.condrc, for example, .condrc-example

Note

The pip tool can modify its original mirrors by add a ~/.pip/pip.conf, for example, pip.conf-example