Skip to content

Commit 01401dd

Browse files
Update README.md
1 parent 5f6ea24 commit 01401dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ The code is modular enough to be easily applied to other games. To do so, you mu
2222

2323
## Installation
2424

25+
The package works on any major OS (Linux, Windows and MacOS).
26+
2527
> [!TIP]
26-
> If running on a Linux machine without intent to use a GPU, run this beforehand to install only the CPU version of the `pytorch` library:
28+
> If you have no intent to use a GPU, run this beforehand to install only the CPU version of the `pytorch` library (much lighter, and hence faster to intall):
2729
> ```shell
2830
> pip install torch --index-url https://download.pytorch.org/whl/cpu
2931
> ```

0 commit comments

Comments
 (0)