You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ This will install Crazyflow, drone-models, and drone-controllers in editable mod
40
40
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:
41
41
```bash
42
42
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
0 commit comments