tools is no longer a separate repo (#1308)

pull/1309/head
Adeeb 5 years ago committed by GitHub
parent 0112a8d3fd
commit 83d8dd4717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      tools/README.md

@ -1,7 +1,7 @@
openpilot-tools openpilot tools
============ ============
Repo which contains tools to facilitate development and debugging of [openpilot](openpilot.comma.ai). tools to facilitate development and debugging of openpilot
![Imgur](https://i.imgur.com/IdfBgwK.jpg) ![Imgur](https://i.imgur.com/IdfBgwK.jpg)
@ -24,7 +24,7 @@ Table of Contents
Requirements Requirements
============ ============
openpilot-tools and the following setup steps are developed and tested on Ubuntu 16.04, MacOS 10.14.2 and Python 3.7.3. openpilot tools and the following setup steps are developed and tested on Ubuntu 16.04, MacOS 10.14.2 and Python 3.7.3.
Setup Setup
============ ============
@ -130,9 +130,6 @@ TODO: These instructions maybe outdated, follow ubuntu_setup.sh setup instructio
sudo make install sudo make install
``` ```
2. Clone openpilot if you haven't already 2. Clone openpilot if you haven't already
```bash ```bash
@ -153,11 +150,11 @@ TODO: These instructions maybe outdated, follow ubuntu_setup.sh setup instructio
make make
``` ```
3. Clone tools within openpilot, and install dependencies 3. Install tools dependencies
```bash ```bash
cd tools cd tools
pip install -r requirements.txt # Install openpilot-tools dependencies in virtualenv pip install -r requirements.txt # Install tools dependencies in virtualenv
``` ```
4. Add openpilot to your `PYTHONPATH`. 4. Add openpilot to your `PYTHONPATH`.

Loading…
Cancel
Save