File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,9 +22,42 @@ Digitate nel terminale nel Desktop:
2222 > ; git clone https://github.com/pythonos-project/pythonos.git <br >
2323 > ; python -m venv venv<br >
2424 > ; source venv/bin/activate<br >
25- <em > #Su Windows: venv\Scripts\activate, PowerShell: venv\Scripts\Activate</em ><br >
25+ <em > # Su Windows: venv\Scripts\activate, PowerShell: venv\Scripts\Activate</em ><br >
2626 > ; pip install -r requirements.txt<br >
2727
2828</div >
2929
3030Cosi abbiamo installato PythonOS nel Dekstop e abbiamo installato le dipendenze.
31+
32+ ---
33+
34+ ## Avvio
35+
36+ Digita:
37+
38+ <div class =" terminal " >
39+
40+ <div class =" terminal-top " >
41+
42+
43+ <div class =" dot red " ></div >
44+ <div class =" dot yellow " ></div >
45+ <div class =" dot green " ></div >
46+
47+ </div >
48+
49+ <div class =" terminal-body " >
50+
51+ > ; python main.py<br >
52+
53+ </div >
54+
55+ Vedrai una lockscreen con un PIN.
56+ Il PIN predefinito è ** 1234** .
57+ Poi sblocca e vedrai l'interfaccia.
58+
59+ ---
60+
61+ ## Congatulazioni!
62+
63+ Hai appena installato e avviato PythonOS!
You can’t perform that action at this time.
0 commit comments