Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Carlotta Sartore <[email protected]>
  • Loading branch information
xela-95 and CarlottaSartore authored Dec 3, 2024
1 parent 61ca460 commit fe2b3ac
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,13 @@ pip install drake git+https://github.com/ami-iit/amo_urdf

### 📦 Installation with pixi

An alternative and easy to use way to use comodo is with [`pixi`](https://pixi.sh/latest/) package manager. It automatically handles the creation and activation of virtual environments in which to use the different simulators that comodo supports.
An alternative and easy way to use comodo is with [`pixi`](https://pixi.sh/latest/) package manager. It automatically handles the creation and activation of virtual environments in which to use the different simulators that comodo supports.

At the moment there are 4 environments available: one for each simulator backend, (called `mujoco`, `jaxsim`, `drake`) and the `all` environment in which all of them are installed.
At the moment there is an environment associated with each simulator backend, namely:
- `mujoco`: for mujoco simulator
- `jaxsim`: for jaxsim simulator
- `drake`: for drake simulator
- `all` for all the simulators

To activate one of these environments in a terminal run:

Expand Down

0 comments on commit fe2b3ac

Please sign in to comment.