Skip to content

Commit

Permalink
[fix] fix doc and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqin committed May 9, 2024
1 parent 90a5a82 commit 8feed85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bunny_teleop/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion docs/getstarted/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set up on different machines, for simplicity, this tutorial assumes they are on
Execute the following command to run the teleoperation server inside a Docker container:

```shell
docker run -it --net host --name bunny_teleop_server -v yzqin/bunny_teleop_server bash
docker run -it --net host --name bunny_teleop_server yzqin/bunny_teleop_server bash
```

### 2. **Network Configuration**
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
core_requirements = [
"pyzmq",
"numpy",
"tornado",
]

dev_requirements = [
Expand Down

0 comments on commit 8feed85

Please sign in to comment.