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:

  1. create a virtual environment

$ conda create -n viasp_env
$ conda activate viasp_env
  1. install pip

$ conda install pip
  1. (optional) install graphviz

  2. use pip to install the project

$ pip install viasp viasp/backend viasp/frontend