Skip to content

Commit

Permalink
more updates from wroscoe to autorope
Browse files Browse the repository at this point in the history
  • Loading branch information
wroscoe committed Nov 4, 2018
1 parent 3328862 commit fc90a66
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
6 changes: 3 additions & 3 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
```
Expand Down
14 changes: 7 additions & 7 deletions docs/guide/install_software.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/sm-install-donkey.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fc90a66

Please sign in to comment.