Skip to content

Commit

Permalink
Update README_SUPPLEMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
estherjk committed Sep 30, 2020
1 parent 47c4522 commit 3d32600
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README_SUPPLEMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@

Additional info (didn't want to modify original README).

## Updating PYTHONPATH
## Setup

### Installing dependencies

```bash
pip install -r requirements.txt
```

### Updating PYTHONPATH

```bash
export PYTHONPATH="~/projects/lanenet-lane-detection:$PYTHONPATH"
export PYTHONPATH="/path/to/lanenet-lane-detection:$PYTHONPATH"
```

## Testing LaneNet model
Expand Down

0 comments on commit 3d32600

Please sign in to comment.