Skip to content

Commit

Permalink
add candi-install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab committed Jun 26, 2024
1 parent 2f15da4 commit 58c7914
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
import subprocess
import sys
sys.path.insert(0, os.path.abspath('../..'))

# Install CanDI - download datasets
subprocess.run('candi-install', shell=True)

# -- Project information -----------------------------------------------------

project = 'CanDI'
Expand Down

0 comments on commit 58c7914

Please sign in to comment.