Skip to content

Commit

Permalink
Package name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JacopoPan authored Oct 7, 2023
1 parent 09ed8ba commit 59d13ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ conda create -n drones python=3.10
conda activate drones

pip3 install --upgrade pip
pip3 install -e . # if needed, `sudo apt install build-essentials` to install `gcc` and build `pybullet`
pip3 install -e . # if needed, `sudo apt install build-essential` to install `gcc` and build `pybullet`

```

Expand Down

0 comments on commit 59d13ae

Please sign in to comment.