Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Apr 8, 2024
1 parent 0968281 commit 9fc7a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def main():
python = os.path.realpath(sys.executable)

commands = [
f'{python} -m pip install -r molecularnodes/requirements.txt',
f'{python} -m pip install .',
f'{python} -m pip install quartodoc'
]

Expand Down

0 comments on commit 9fc7a9b

Please sign in to comment.