Installing Voici#

Using pip#

You can install Voici using pip:

pip install voici

If you are using a requirements.txt file, you can add the following line:

# other dependencies
# ...
# add Voici as a dependency
voici

Using conda/mamba#

You can install Voici using mamba or conda:

mamba install -c conda-forge voici

If you are using an environment.yml file, you can add the dependency under pip:

- name: voici-demo
  pip:
    - voici