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 e244bc1 commit dba065aCopy full SHA for dba065a
1 file changed
docs/1.0.x/start.md
@@ -0,0 +1,30 @@
1
+# Guida introduttiva a PythonOS
2
+
3
+---
4
5
+## Installazione
6
7
+Digitate nel terminale nel Desktop:
8
9
+<div class="terminal">
10
11
+ <div class="terminal-top">
12
13
14
+ <div class="dot red"></div>
15
+ <div class="dot yellow"></div>
16
+ <div class="dot green"></div>
17
18
+ </div>
19
20
+ <div class="terminal-body">
21
22
+ > git clone https://github.com/pythonos-project/pythonos.git<br>
23
+ > python -m venv venv<br>
24
+ > source venv/bin/activate<br>
25
+ <em> #Su Windows: venv\Scripts\activate, PowerShell: venv\Scripts\Activate</em><br>
26
+ > pip install -r requirements.txt<br>
27
28
+</div>
29
30
+Cosi abbiamo installato PythonOS nel Dekstop e abbiamo installato le dipendenze.
0 commit comments