Skip to content

Commit

Permalink
Install fmiprecice and micro-manager from pipx instead of setting up …
Browse files Browse the repository at this point in the history
…venv
  • Loading branch information
MakisH committed Apr 29, 2024
1 parent 4a96892 commit 0c7a41f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
10 changes: 2 additions & 8 deletions provisioning/install-fmiprecice.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
#!/usr/bin/env bash
set -ex

python -m venv ~/python-venvs/fmiprecice
# shellcheck disable=SC1090 # We don't need to lint this external script
source ~/python-venvs/fmiprecice/bin/activate

# Install the FMI runner from PIP
python -m pip install fmiprecice

deactivate
# Install the FMI runner (stand-alone application) from PyPI
pipx install fmiprecice
8 changes: 2 additions & 6 deletions provisioning/install-micro-manager.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/usr/bin/env bash
set -ex

python -m venv ~/python-venvs/micro-manager
# shellcheck disable=SC1090 # We don't need to lint this external script
source ~/python-venvs/micro-manager/bin/activate
# Install the micro-manager (stand-alone application) from PyPI
pipx install micro-manager-precice

python -m pip install micro-manager-precice

deactivate

0 comments on commit 0c7a41f

Please sign in to comment.