Skip to content

Commit c28ab93

Browse files
authored
Update README.md
1 parent 03ad154 commit c28ab93

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,21 @@ PythonOS è un mini-sistema operativo sviluppato in Python con interfaccia grafi
1616
- Python 3.8+
1717
- tkinter (incluso con la maggior parte delle distribuzioni Python)
1818

19-
## Installazione
19+
## Installazione ed Esecuzione
2020

2121
1. Clona il repository:
2222

2323
```bash
2424
https://github.com/pythonos-project/pythonos.git
2525
```
26-
1. Crea un ambiente virtuale:
26+
27+
2. Crea un ambiente virtuale:
2728

2829
```bash
2930
python -m venv venv
3031
```
3132

32-
2. Attiva l'ambiente:
33+
3. Attiva l'ambiente:
3334

3435
<details>
3536
<summary>Windows</summary>
@@ -55,13 +56,13 @@ python -m venv venv
5556

5657
</details>
5758

58-
3. Installa le dipendenze:
59+
4. Installa le dipendenze:
5960

6061
```bash
6162
pip install -r requirements.txt
6263
```
6364

64-
4. Eseguiscilo
65+
5. Eseguiscilo
6566

6667
```bash
6768
python main.py

0 commit comments

Comments
 (0)