From fc90a6650e34113abd2332043f4c74c143ddfb6b Mon Sep 17 00:00:00 2001 From: Will Roscoe Date: Sun, 4 Nov 2018 13:20:37 -0800 Subject: [PATCH] more updates from wroscoe to autorope --- README.md | 4 ++-- docs/faq.md | 6 +++--- docs/guide/install_software.md | 14 +++++++------- docs/guide/sm-install-donkey.ipynb | 2 +- docs/index.md | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 18cc02411..560da9446 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # donkeycar: a python self driving library -[![Build Status](https://travis-ci.org/wroscoe/donkey.svg?branch=dev)](https://travis-ci.org/wroscoe/donkey) -[![CodeCov](https://codecov.io/gh/wroscoe/donkey/branch/dev/graph/badge.svg)](https://codecov.io/gh/wroscoe/donkey/branch/dev) +[![Build Status](https://travis-ci.org/autorope/donkeycar.svg?branch=dev)](https://travis-ci.org/autorope/donkeycar) +[![CodeCov](https://codecov.io/gh/autoropoe/donkeycar/branch/dev/graph/badge.svg)](https://codecov.io/gh/autorope/donkeycar/branch/dev) [![PyPI version](https://badge.fury.io/py/donkeycar.svg)](https://badge.fury.io/py/donkeycar) [![Py versions](https://img.shields.io/pypi/pyversions/donkeycar.svg)](https://img.shields.io/pypi/pyversions/donkeycar.svg) diff --git a/docs/faq.md b/docs/faq.md index b0e30bf26..80e03e8d9 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -87,8 +87,8 @@ sudo apt-get install build-essential gfortran libhdf5-dev * Get latest donkey code: ``` bash -git clone https://github.com/wroscoe/donkey -cd donkey +git clone https://github.com/autorope/donkeycar +cd donkeycar ``` * Install anaconda: @@ -141,7 +141,7 @@ pip install -e . ## How to get latest Donkey source 1. When donkey has changed you can get the latest source. You've installed it directly from the github repo, so getting latest is easy: ``` - cd donkey + cd donkeycar git pull origin master ``` diff --git a/docs/guide/install_software.md b/docs/guide/install_software.md index be59b5845..48f95e65a 100644 --- a/docs/guide/install_software.md +++ b/docs/guide/install_software.md @@ -167,8 +167,8 @@ pip install tensorflow==1.8.0 * Install donkey source and create your local working dir: ```bash -git clone https://github.com/wroscoe/donkey donkeycar -pip install -e . +git clone https://github.com/autorope/donkeycar +pip install -e ./donkeycar ``` [Next: Calibrate your car.](./calibrate.md) @@ -193,8 +193,8 @@ cd projects * Get the latest donkey from Github. ``` -git clone https://github.com/wroscoe/donkey -cd donkey +git clone https://github.com/autorope/donkeycar +cd donkeycar ``` * Create the Python Anaconda environment @@ -245,8 +245,8 @@ cd projects * Get the latest donkey from Github. ``` -git clone https://github.com/wroscoe/donkey -cd donkey +git clone https://github.com/autorope/donkeycar +cd donkeycar ``` * Create the Python anaconda environment @@ -304,7 +304,7 @@ When you've created your new instance, open it up and create a new [Jupyter Note * In the first cell, type: ```python -!git clone https://github.com/wroscoe/donkey ~/SageMaker/donkey +!git clone https://github.com/autorope/donkeycar ~/SageMaker/donkey ``` * Close the Jupyter Notebook (not the instance!). You can delete it if you want. diff --git a/docs/guide/sm-install-donkey.ipynb b/docs/guide/sm-install-donkey.ipynb index f44f06324..39a0f5727 100644 --- a/docs/guide/sm-install-donkey.ipynb +++ b/docs/guide/sm-install-donkey.ipynb @@ -13,7 +13,7 @@ "source": [ "## The Donkey library\n", "\n", - "The [Donkey library](https://github.com/wroscoe/donkey) has several components.\n", + "The [Donkey library](https://github.com/autorope/donkeycar) has several components.\n", "\n", "It is first and foremost a python library installed where your other python libraries are (e.g. system python or virtualenv). After installation, you can `import` it as any normal python library:\n", "\n", diff --git a/docs/index.md b/docs/index.md index 381172f90..3925c880c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -52,8 +52,8 @@ V.start(max_loop_count=100) For linux/OS users clone the master branch to get the latest version. ```bash -git clone https://github.com/wroscoe/donkey donkeycar -pip install -e donkeycar +git clone https://github.com/autorope/donkeycar +pip install -e ./donkeycar ``` [How to install on Windows](guide/install_software.md)