From eb0c5c6c53127552b94dd72a4608df41048b33ad Mon Sep 17 00:00:00 2001 From: HaraldSchafer Date: Sat, 29 Feb 2020 00:20:40 -0800 Subject: [PATCH 1/3] Update README.md --- tools/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/README.md b/tools/README.md index 601d2fabe1..bf72e0a325 100644 --- a/tools/README.md +++ b/tools/README.md @@ -28,7 +28,7 @@ openpilot-tools and the following setup steps are developed and tested on Ubuntu Setup ============ - +TODO: Some of these instructions conflict/overlap with ubuntu.sh setup instructions 1. Install native dependencies (Mac and Ubuntu sections listed below) @@ -156,9 +156,7 @@ Setup 3. Clone tools within openpilot, and install dependencies ```bash - git clone https://github.com/commaai/openpilot-tools.git tools cd tools - git checkout # the tag must match the openpilot version you are using (see https://github.com/commaai/openpilot-tools/tags) pip install -r requirements.txt # Install openpilot-tools dependencies in virtualenv ``` From 713666c0b0a46af844b8b108f1853e8a7359b4d9 Mon Sep 17 00:00:00 2001 From: HaraldSchafer Date: Sat, 29 Feb 2020 00:21:39 -0800 Subject: [PATCH 2/3] Update README.md --- tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/README.md b/tools/README.md index bf72e0a325..6ec46fab15 100644 --- a/tools/README.md +++ b/tools/README.md @@ -28,7 +28,7 @@ openpilot-tools and the following setup steps are developed and tested on Ubuntu Setup ============ -TODO: Some of these instructions conflict/overlap with ubuntu.sh setup instructions +TODO: Some of these instructions conflict/overlap with ubuntu_setup.sh setup instructions 1. Install native dependencies (Mac and Ubuntu sections listed below) From 01e237375d6b26292ef616162347a189e516c2bd Mon Sep 17 00:00:00 2001 From: HaraldSchafer Date: Sat, 29 Feb 2020 00:27:48 -0800 Subject: [PATCH 3/3] Update README.md --- tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/README.md b/tools/README.md index 6ec46fab15..81ccb178c3 100644 --- a/tools/README.md +++ b/tools/README.md @@ -28,7 +28,7 @@ openpilot-tools and the following setup steps are developed and tested on Ubuntu Setup ============ -TODO: Some of these instructions conflict/overlap with ubuntu_setup.sh setup instructions +TODO: These instructions maybe outdated, follow ubuntu_setup.sh setup instructions 1. Install native dependencies (Mac and Ubuntu sections listed below)