Skip to content

Commit 68b6a83

Browse files
authored
Update README.md
1 parent ebbcc32 commit 68b6a83

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Quick start
22
## Installation
3-
Install the pre-requisites and the RoboCup Soccer 2D Platform using the commands below:
3+
Install the pre-requisites using the command below:
44
``` Bash
55
sudo apt-get install fuse #Used to run AppImages
6-
pushd scripts
7-
sh download-rcssserver.sh #install RoboCup Server
8-
popd
96
```
107
Clone this repository & install the required python libraries (such as gRPC). Don't forget to activate your virtual environment!
118
``` Bash
@@ -14,10 +11,16 @@ cd sample-playmaker-server-python-grpc
1411
# Activate venv/anaconda before this step!
1512
pip install -r requirements.txt
1613
```
14+
To download RoboCup Soccer 2D Platform using the commands below:
15+
``` Bash
16+
pushd scripts
17+
sh download-rcssserver.sh #install RoboCup Server
18+
popd
19+
```
1720
Next, install the soccer proxy, which uses C++ to read and pre-processes state data and passes them to the Python server (this project) for decision-making.
1821
``` Bash
1922
pushd scripts
20-
sh download-proxy.sh.sh #install C++ proxy
23+
sh download-proxy.sh #install C++ proxy
2124
popd
2225
```
2326
Finally, download the monitor from [the original repository](https://github.com/rcsoccersim/rcssmonitor/releases) in order to view the games.

0 commit comments

Comments
 (0)