Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added napari-plot-profile to python/conda install instructions #652

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-python-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
channel-priority: strict
miniforge-version: latest
- name: install common conda dependencies
run: conda install -c conda-forge -c euro-bioimaging python=3.10 napari=0.4.17 pytest notebook matplotlib jupytext "scikit-image>=0.20" openijtiff -y
run: conda install -c conda-forge -c euro-bioimaging python=3.10 napari=0.4.17 pytest notebook matplotlib jupytext "scikit-image>=0.20" openijtiff napari-plot-profile -y
- name: linux test
if: matrix.os == 'ubuntu-latest'
shell: bash -l {0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
1. install [miniconda](https://docs.conda.io/en/latest/miniconda.html)
1. open a terminal window
* Windows: *Anaconda Prompt (Miniconda3)*, e.g. type `Anaconda` in the search bar
1. write `conda create -n skimage-napari-tutorial -c conda-forge -c euro-bioimaging python=3.10 napari=0.4.17 notebook matplotlib jupytext "scikit-image>=0.20" openijtiff` and press enter
1. write `conda create -n skimage-napari-tutorial -c conda-forge -c euro-bioimaging python=3.10 napari=0.4.17 notebook matplotlib jupytext "scikit-image>=0.20" openijtiff napari-plot-profile` and press enter
1. create a directory called `skimage-napari-tutorial` (e.g. on your Desktop)

#### Test installation (only once)
Expand Down
Loading