Install
You can install the GVasp use the conda and pip tools, or compile it from the source code in GitHub.
Conda install
conda install gvasp -c hui_zhou -c conda-forge
conda update gvasp -c hui_zhou -c conda-forge # update gvasp
Note
If you have trouble in installation, you can add the --force-reinstall to force reinstall the GVasp.
Pip install
python -m pip install gvasp
Source code compilation
python setup.py install
or
python -m pip install .
If you run the gvasp -v and print version information, then you install the GVasp successful ~~
GVasp version x.x.x (Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.35)