Skip to content

Commit ce16962

Browse files
authored
New tutorial MONAI
1 parent e44e6c3 commit ce16962

23 files changed

+575
-0
lines changed
Binary file not shown.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: "Example 1: Installing MONAI using the PythonPip module"
3+
date: 2025-11-13
4+
status: "OK"
5+
draft: false
6+
weight: 878
7+
tags: ["Advanced", "Tutorial", "MONAI", "Python", "PythonPip", "AI"]
8+
menu:
9+
main:
10+
identifier: "monaiexample1"
11+
title: "Installing MONAI using the PythonPip module."
12+
weight: 878
13+
parent: "monai"
14+
---
15+
# Example 1: Installing MONAI using the PythonPip module
16+
17+
## Introduction
18+
With the `PythonPip` module, you can import additional Python libraries into MeVisLab.
19+
20+
### Steps to do
21+
#### Install PyTorch
22+
23+
As *MONAI* requires *PyTorch*, install it by using the `PythonPip` module as described [here](/tutorials/thirdparty/pytorch/pytorchexample1/).
24+
25+
#### Install MONAI
26+
After installing *torch* and *torchvision*, we install *MONAI*.
27+
28+
For installing *MONAI* enter \"*monai*\" into the Command textbox and press *Install*.
29+
30+
![Install MONAI](/images/tutorials/thirdparty/monai_example1_1.png "Install MONAI")
31+
32+
After clicking *Install*, the pip console output opens and you can follow the process of the installation.
33+
34+
{{<alert class="info" caption="Attention">}}
35+
If you are behind a proxy server, you may have to set the **HTTP_PROXY** and **HTTPS_PROXY** environment variables to the hostname and port of your proxy. These are used by pip when accessing the internet.
36+
37+
Alternatively you can also add a parameter to *pip install* command: *--proxy https://proxy:port*
38+
{{</alert>}}
39+
40+
![PythonPip MONAI](/images/tutorials/thirdparty/monai_example1_2.png "PythonPip MONAI")
41+
42+
After the installation was finished with exit code 0, you should see the new packages in the `PythonPip` module.
43+
44+
![MONAI installed](/images/tutorials/thirdparty/monai_example1_3.png "MONAI installed")
45+
46+
## Summary
47+
* *MONAI* can be installed and directly used in MeVisLab by using the `PythonPip` module.

0 commit comments

Comments
 (0)