File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
0-sample-python-base-code-gRPC
1-sample-python-base-code-thrift Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ For more information, please refer to the [documentation](https://clsframework.g
1616Install the pre-requisites using the command below:
1717
1818``` Bash
19- sudo apt-get install fuse
20- # Used to run AppImages
19+ sudo apt-get install fuse # Used to run AppImages
2120```
2221
2322Clone this repository & install the required python libraries (such as gRPC). Don't forget to activate your virtual environment!
@@ -28,8 +27,7 @@ cd sample-playmaker-server-python-grpc
2827# Activate venv/anaconda before this step!
2928pip install -r requirements.txt
3029
31- ./generate.sh
32- # Generate the gRPC files
30+ ./generate.sh # Generate the gRPC files
3331```
3432
3533To download RoboCup Soccer 2D Server using the commands below:
@@ -77,7 +75,7 @@ Launch the opponent team, start the monitor app image. press <kbd>Ctrl</kbd> + <
7775
7876### Tutorial Video (English)
7977
80- TDB
78+ [ ![ IMAGE ALT TEXT HERE ] ( https://img.youtube.com/vi/hH-5rkhiQHg/0.jpg )] ( https://www.youtube.com/watch?v=hH-5rkhiQHg )
8179
8280### Tutorial Video (Persian)
8381
Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ For more information, please refer to the [documentation](https://clsframework.g
1616Install the pre-requisites using the command below:
1717
1818``` Bash
19- sudo apt-get install fuse
20- # Used to run AppImages
19+ sudo apt-get install fuse # Used to run AppImages
2120```
2221
2322Clone this repository & install the required python libraries (such as thrift). Don't forget to activate your virtual environment!
@@ -28,8 +27,7 @@ cd sample-playmaker-server-python-thrift
2827# Activate venv/anaconda before this step!
2928pip install -r requirements.txt
3029
31- ./generate.sh
32- # Generate the thrift files
30+ ./generate.sh # Generate the thrift files
3331```
3432
3533To download RoboCup Soccer 2D Server using the commands below:
@@ -76,7 +74,7 @@ Launch the opponent team, start the monitor app image. press <kbd>Ctrl</kbd> + <
7674
7775### Tutorial Video (English)
7876
79- TDB
77+ [ ![ IMAGE ALT TEXT HERE ] ( https://img.youtube.com/vi/hH-5rkhiQHg/0.jpg )] ( https://www.youtube.com/watch?v=hH-5rkhiQHg )
8078
8179### Tutorial Video (Persian)
8280
You can’t perform that action at this time.
0 commit comments