Skip to content

Commit ebbcc32

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ pushd scripts
77
sh download-rcssserver.sh #install RoboCup Server
88
popd
99
```
10-
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.
11-
``` Bash
12-
pushd scripts
13-
sh download-proxy.sh.sh #install C++ proxy
14-
popd
15-
```
1610
Clone this repository & install the required python libraries (such as gRPC). Don't forget to activate your virtual environment!
1711
``` Bash
1812
git clone https://github.com/CLSFramework/sample-playmaker-server-python-grpc.git
1913
cd sample-playmaker-server-python-grpc
2014
# Activate venv/anaconda before this step!
2115
pip install -r requirements.txt
2216
```
17+
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.
18+
``` Bash
19+
pushd scripts
20+
sh download-proxy.sh.sh #install C++ proxy
21+
popd
22+
```
2323
Finally, download the monitor from [the original repository](https://github.com/rcsoccersim/rcssmonitor/releases) in order to view the games.
2424
## Running a game
2525
This section assumes you have installed the server & proxy using the scripts (as mentioned above)

0 commit comments

Comments
 (0)