From b8bff7dfd485753ebbca7a11d3916c3a67998599 Mon Sep 17 00:00:00 2001 From: gantian127 Date: Thu, 7 Dec 2023 14:13:00 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 597c74f..9607b63 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ and follow the instruction in the **"Lab notes"** section to run this notebook. #### Method 3: Local PC Please first download all the files from this repository and have [conda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html) installed on the local PC. -Then, use the following commands to create a virtual environment and launch the Jupyter Notebook. +Then, use the following commands to create a virtual environment and launch the Jupyter Notebook. +The code below works best on Mac OS or Linux and may cause some errors on Windows. ``` $ cd overlandflow_usecase $ conda env create --file=environment.yml