Skip to content

Commit fd2b8ce

Browse files
committed
Simplify install
1 parent 0553f53 commit fd2b8ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ This will install Crazyflow, drone-models, and drone-controllers in editable mod
4040
In case you want to use another package manager or install the simulator with it's subpackages into another project, simply install all packages manually in your environment:
4141
``` bash
4242
pip install -e . # Installing Crazyflow
43-
cd submodules/drone-models && pip install -e . # Installing drone-models
44-
cd submodules/drone-controllers && pip install -e . # Installing drone-controllers
43+
pip install -e ./submodules/drone-models
44+
pip install -e ./submodules/drone-controllers
4545
```
4646

4747

0 commit comments

Comments
 (0)