File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
21211 . Clona il repository:
2222
2323``` bash
2424https://github.com/pythonos-project/pythonos.git
2525```
26- 1 . Crea un ambiente virtuale:
26+
27+ 2 . Crea un ambiente virtuale:
2728
2829``` bash
2930python -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
6162pip install -r requirements.txt
6263```
6364
64- 4 . Eseguiscilo
65+ 5 . Eseguiscilo
6566
6667``` bash
6768python main.py
You can’t perform that action at this time.
0 commit comments