Skip to content

Commit 2b3eaeb

Browse files
authored
Create O1-start.md
1 parent 9e8372b commit 2b3eaeb

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

docs/O1-start.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```bash
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

Comments
 (0)