Skip to content

Commit

Permalink
moved "pip install -e ." to the front
Browse files Browse the repository at this point in the history
  • Loading branch information
Herpderk committed Aug 31, 2023
1 parent 9704561 commit 099326a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@

## Install instructions

### Install required and local Python libraries

1. cd into this repo's root directory.

2. Run:
```
pip install -e .
```


### [ROS 2 Foxy for Ubuntu 20.04 Focal](https://docs.ros.org/en/foxy/Installation/Ubuntu-Install-Debians.html)

1. Uninstall ROS Noetic.
Expand Down Expand Up @@ -159,13 +169,3 @@
1. [Follow these instructions to install Acados.](https://docs.acados.org/installation/)

2. [Install the Python interface afterwards.](https://docs.acados.org/python_interface/index.html)


### Install required and local Python libraries (again, for MPC usage)

1. cd into this repo's root directory.

2. Run:
```
pip install -e .
```

0 comments on commit 099326a

Please sign in to comment.