Installation#
Installing with pip#
The python viasp package can be found here.
$ pip install viasp
Warning
To support the use of clingraph in viASP, install graphviz (version 2.50 or greater) manually.
Installing from source#
The project can also be installed from source. To do so, clone the repository at https://github.com/potassco/viasp and run the following commands in the root directory of the project:
create a virtual environment
$ conda create -n viasp_env
$ conda activate viasp_env
install pip
$ conda install pip
(optional) install graphviz
use pip to install the project
$ pip install viasp viasp/backend viasp/frontend