Skip to content

Commit

Permalink
Faster installation instructions with pip+zip.
Browse files Browse the repository at this point in the history
  • Loading branch information
evenator committed Aug 3, 2017
1 parent 4da50b2 commit 8763501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ general process for this project is as follows:
Installing This Package
-----------------------

You can install this package (and all its dependencies) with `pip`:
You can install the latest master version of this package (and all its dependencies) with `pip`:

```bash
pip install git+https://github.com/evenator/CarND-Advanced-Lane-Lines.git
pip install https://github.com/evenator/CarND-Advanced-Lane-Lines/archive/master.zip
```

Using This Package
Expand Down

0 comments on commit 8763501

Please sign in to comment.