Skip to content

Commit

Permalink
test importing md files
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Feb 12, 2024
1 parent 4e89d24 commit 6ee3a5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ Or quick test PlantSeg online using Google Colab (requires a google account)
* Linux or Windows (Might work on MacOS but it's not tested).
* (Optional) Nvidia GPU with official Nvidia drivers installed.

```{include} docs/shared/installation.md
```

### Install on Linux
#### Install Anaconda python
First step required to use the pipeline is installing anaconda python.
Expand Down
7 changes: 2 additions & 5 deletions docs/chapters/getting_started/installation.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# Installation

## Prerequisites for Conda package
* Linux or Windows
* Linux or Windows or Mac
* (Optional) Nvidia GPU with official Nvidia drivers installed

* Native MacOS installation (not yet M1) coming soon.

## Install on Linux
### Install Anaconda python
The first step required to use the pipeline is installing anaconda python.
You can go directly to the next item if you already have a working anaconda setup. Anaconda can be downloaded for all
platforms from here [anaconda](https://www.anaconda.com/products/individual). We suggest using Miniconda
because it is lighter and install fewer unnecessary packages.
platforms from here [anaconda](https://www.anaconda.com/products/individual). We suggest using Miniconda because it is lighter and install fewer unnecessary packages.

To download Anaconda Python open a terminal and type
```bash
Expand Down
2 changes: 2 additions & 0 deletions docs/shared/installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Test installation instructions
test test test

0 comments on commit 6ee3a5c

Please sign in to comment.