Skip to content

Commit

Permalink
Reversed order (1) and (2) in installation
Browse files Browse the repository at this point in the history
Reference to matterport#1255
  • Loading branch information
manasbedmutha98 authored and waleedka committed Feb 3, 2019
1 parent b29b32c commit 4e9d698
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 @@ -179,11 +179,11 @@ If you use Docker, the code has been verified to work on


## Installation
1. Install dependencies
1. Clone this repository
2. Install dependencies
```bash
pip3 install -r requirements.txt
```
2. Clone this repository
3. Run setup from the repository root directory
```bash
python3 setup.py install
Expand Down

0 comments on commit 4e9d698

Please sign in to comment.