Skip to content

Commit b2dc6ac

Browse files
committed
Format README
1 parent 931842a commit b2dc6ac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ poetry install -vvv
2020
(the `-vvv` flag adds verbose output).
2121

2222
For local Drake and manipulation installations, insert the following at the end of the
23-
`.venv/bin/activate` and `.venv/bin/activate.nu` files, modifying the paths and python version as required:
23+
`.venv/bin/activate` and `.venv/bin/activate.nu` files, modifying the paths and python
24+
version as required:
2425
```bash
2526
export PYTHONPATH=~/drake-build/install/lib/python3.10/site-packages:${PYTHONPATH}
2627
export PYTHONPATH=~/manipulation:${PYTHONPATH}
@@ -201,4 +202,5 @@ Individual agents for the sweep can be started using the printed `wandb agent` c
201202

202203
## Credit
203204

204-
Any code in `robot_payload_id/eric_id` has been copied/ adopted from Eric Cousineau ([Github repo](https://github.com/EricCousineau-TRI/drake_sys_id)).
205+
Any code in `robot_payload_id/eric_id` has been copied/ adopted from Eric Cousineau
206+
([Github repo](https://github.com/EricCousineau-TRI/drake_sys_id)).

0 commit comments

Comments
 (0)