Skip to content

Commit

Permalink
minor: Conda syntax compatible with legacy conda
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Sep 26, 2024
1 parent cc5acf5 commit f0783ac
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 @@ -4,13 +4,13 @@ An agent for [Upkie](https://github.com/upkie/upkie/) that combines wheeled bala

## Usage

- Install Python packages to a conda environment: ``conda create -f environment.yaml``
- Activate conda environment: ``conda activate pink_balancer``
- Install Python packages to a conda environment: `conda env create -f environment.yaml`
- Activate conda environment: `conda activate pink_balancer`
- Run the Bullet spine: `./start_simulation.sh` (from your Upkie repository)
- Run the agent with Bullet: `python pink_balancer/main.py -c bullet`
- Upload this repository to your Upkie: ``make upload``
- Run the pi3hat spine: ``pi3hat_spine`` (on your robot)
- Run the agent: ``python pink_balancer/main.py -c $(hostname)``
- Upload this repository to your Upkie: `make upload`
- Run the pi3hat spine: `pi3hat_spine` (on your robot)
- Run the agent: `python pink_balancer/main.py -c $(hostname)`

## Configuration tweaks

Expand Down

0 comments on commit f0783ac

Please sign in to comment.