Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pbustos authored Jul 17, 2024
1 parent ab0464e commit deeb8c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ source ~/.bashrc
vcs import . < robocomp.repos
```

4. Install RoboComp command-line tools:
```bash
pushd . && cd robocomp/tools/cli/ && pip install . && popd
```

```bash
sudo ln -s /home/$USER /home/robocomp
```
Expand All @@ -101,6 +96,11 @@ ln -s robocomp_tools tools
mkdir components
```

4. Install RoboComp command-line tools:
```bash
pushd . && cd robocomp/tools/cli/ && pip install . && popd
```

```bash
sudo ln -s /usr/include/eigen3/Eigen/ /usr/include/Eigen
```
Expand Down

0 comments on commit deeb8c1

Please sign in to comment.