|
7 | 7 |
|
8 | 8 | ### Table of contents
|
9 | 9 | 1. [Supported platforms and dependencies](#dependencies)
|
10 |
| -2. [Desktop installation step-by-step guide](#desktop) |
11 |
| -3. [Server/command-line step-by-step guide](#cli) |
| 10 | +2. [Server/command-line step-by-step guide](#cli) |
| 11 | +3. [Desktop installation step-by-step guide](#desktop) |
12 | 12 | 4. [Detailed installation instructions](#detailed)
|
13 | 13 | 1. [Conda](#conda)
|
14 | 14 | 2. [PyPI](#pypi)
|
|
18 | 18 | - macOS x86 (Intel) and M (ARM) processors
|
19 | 19 | - Windows 64-bit, x86 processors
|
20 | 20 |
|
21 |
| -### Desktop installation step-by-step guide <a name="desktop"></a> |
22 | 21 |
|
23 |
| -<iframe src="https://scribehow.com/embed/Install_PlantCV_via_Jupyter_Lab_Desktop__cS9d6VcxRcuDPGZxDfQycw" width="100%" height="640" allowfullscreen frameborder="0"></iframe> |
| 22 | +### Server/command line step-by-step guide <a name="cli"></a> |
| 23 | + |
| 24 | +Use the server/command line installation if you plan to create PlantCV workflows and run workflows in parallel. |
| 25 | +Click through our step-by-step guide below to install PlantCV through conda. |
24 | 26 |
|
25 |
| -### Server/command-line step-by-step guide <a name="cli"></a> |
26 | 27 |
|
27 | 28 | <iframe src="https://scribehow.com/embed/Installing_PlantCV__MacOSLinux__awAP9Xm2SgWV4SMZadm9CQ" width="640" height="640" allowfullscreen frameborder="0"></iframe>
|
28 | 29 |
|
| 30 | + |
| 31 | +!!!note |
| 32 | + Once you have installed PlantCV, to get started see our [guide to using PlantCV with Jupyter Notebooks](https://plantcv.readthedocs.io/en/stable/jupyter/) |
| 33 | + and our [guide to developing workflows in PlantCV](https://plantcv.readthedocs.io/en/stable/analysis_approach/#developing-image-processing-workflows-workflow-development). |
| 34 | + |
| 35 | +--- |
| 36 | + |
| 37 | +### Desktop installation step-by-step guide <a name="desktop"></a> |
| 38 | +This is a simple install option if you would just like to test out PlantCV. |
| 39 | +If you plan to use PlantCV for your analyses and run your workflows in parallel, we recommend using the command line installation above. |
| 40 | + |
| 41 | +Click through our step-by-step guide below to install PlantCV through the JupyterLab Desktop app. |
| 42 | + |
| 43 | +<iframe src="https://scribehow.com/embed/Install_PlantCV_via_Jupyter_Lab_Desktop__cS9d6VcxRcuDPGZxDfQycw" width="100%" height="640" allowfullscreen frameborder="0"></iframe> |
| 44 | + |
| 45 | +--- |
| 46 | + |
29 | 47 | ### Detailed installation instructions <a name="detailed"></a>
|
30 | 48 |
|
31 | 49 | PlantCV requires Python (tested with versions 3.9, 3.10, and 3.11) and these [Python packages](https://github.com/danforthcenter/plantcv/blob/main/pyproject.toml).
|
|
0 commit comments