Skip to content

Commit 9c18560

Browse files
Update installation.md
1 parent 9365dff commit 9c18560

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/installation.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ Pre-built binaries for Windows, macOS, and Linux are available on the [GitHub Re
2222
```bash
2323
git clone https://github.com/OpenSportsLab/soccernetpro-ui.git
2424
cd soccernetpro-ui
25+
```
2526

2627
2. **(Recommended) Create and activate a Conda environment**
2728
```bash
2829
conda create -n soccernetpro-ui python=3.9 -y
2930
conda activate soccernetpro-ui
31+
```
3032

3133
4. **Install dependencies:**
3234
The main dependencies are:
@@ -37,16 +39,24 @@ Pre-built binaries for Windows, macOS, and Linux are available on the [GitHub Re
3739
Install with pip:
3840
```bash
3941
pip install pyqt6
42+
```
43+
```bash
4044
# Optional, for video rendering/computer vision:
45+
```
4146
```bash
4247
pip install opencv-python
48+
```
49+
```bash
4350
# Or install all dependencies:
51+
```
4452
```bash
4553
pip install -r Tool/requirements.txt
54+
```
4655

4756
6. **Run the tool:**
4857
```bash
4958
python Tool/main.py
59+
```
5060

5161
## Troubleshooting
5262

0 commit comments

Comments
 (0)