From 57e67d67ad7b634fde2524689a2a9fa6179e6065 Mon Sep 17 00:00:00 2001 From: Yonatan Tarazona Date: Tue, 4 Jun 2024 11:56:11 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b0c24e..1631b64 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,9 @@ It is also possible to install the latest development version directly from the pip install git+https://github.com/yotarazona/scikit-eo ``` -> **Note**: It is a recommended practice to provide some instructions for isolating/containerizing ```scikit-eo```. It would benefit their use and thus avoid that some dependencies are not compatible with others. For example, conda provides an easy solution. +## containerizing ```scikit-eo``` + +**Note**: It is a recommended practice to provide some instructions for isolating/containerizing ```scikit-eo```. It would benefit their use and thus avoid that some dependencies are not compatible with others. For example, conda provides an easy solution. ```python conda create -n scikiteo python = 3.8