We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8372b commit 2b3eaebCopy full SHA for 2b3eaeb
1 file changed
docs/O1-start.md
@@ -0,0 +1,40 @@
1
+# Guida introduttiva a PythonOS
2
+
3
+---
4
5
+## Installazione
6
7
+Digitate nel terminale del Desktop:
8
9
+```bash
10
+git clone https://github.com/pythonos-project/pythonos.git
11
+python -m venv venv
12
+source venv/bin/activate
13
+# Su Windows: venv\Scripts\activate
14
+# PowerShell: venv\Scripts\Activate
15
+pip install -r requirements.txt
16
+```
17
18
+Così abbiamo installato PythonOS nel Desktop e tutte le dipendenze necessarie.
19
20
21
22
+## Avvio
23
24
+Digita:
25
26
27
+python main.py
28
29
30
+</div></div>Vedrai una lockscreen con un PIN.
31
32
+Il PIN predefinito è 1234.
33
34
+Dopo averlo inserito vedrai l'interfaccia di PythonOS.
35
36
37
38
+## Congratulazioni!
39
40
+Hai appena installato e avviato PythonOS 🎉
0 commit comments