mirror of
https://github.com/RGBCube/CSAssignments
synced 2025-07-26 21:47:46 +00:00
Add prerequisites to README
This commit is contained in:
parent
364383059a
commit
9ed2410cc0
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -16,13 +16,19 @@ code.
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
## Linux
|
### Prerequisites
|
||||||
|
|
||||||
|
You need at least CPython 3.11 to run the interactive code runner script.
|
||||||
|
|
||||||
|
You can download it from [here](https://www.python.org/downloads/).
|
||||||
|
|
||||||
|
### Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./run.sh
|
./run.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Windows
|
### Windows
|
||||||
|
|
||||||
```bat
|
```bat
|
||||||
run.bat
|
run.bat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue