You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/installation.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ This is the easiest way to install DeepSensor.
12
12
pip install deepsensor
13
13
```
14
14
15
+
```{note}
16
+
We advise installing DeepSensor and its dependencies in a python virtual environment using a tool such as [venv](https://docs.python.org/3/library/venv.html) or [conda](https://conda.io/projects/conda/en/latest/user-guide/getting-started.html#managing-python) (other virtual environment managers are available).
17
+
```
18
+
15
19
## Install DeepSensor from [source](https://github.com/tom-andersson/deepsensor)
16
20
17
21
```{note}
@@ -25,13 +29,13 @@ This method will create a `DeepSensor` directory on your machine which will cont
0 commit comments