Skip to content

Commit df6fb24

Browse files
authored
ok
1 parent dba065a commit df6fb24

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Digitate nel terminale nel Desktop:
1919

2020
<div class="terminal-body">
2121

22-
> git clone https://github.com/pythonos-project/pythonos.git<br>
23-
> python -m venv venv<br>
24-
> source venv/bin/activate<br>
22+
&gt; git clone https://github.com/pythonos-project/pythonos.git<br>
23+
&gt; python -m venv venv<br>
24+
&gt; source venv/bin/activate<br>
2525
<em> #Su Windows: venv\Scripts\activate, PowerShell: venv\Scripts\Activate</em><br>
26-
> pip install -r requirements.txt<br>
26+
&gt; pip install -r requirements.txt<br>
2727

2828
</div>
2929

notes_for_devs/terminal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
<div class="terminal-body">
1313

14-
> Comando 1<br>
15-
> Comando 2<br>
16-
> Comando 3<br>
14+
&gt; Comando 1<br>
15+
&gt; Comando 2<br>
16+
&gt; Comando 3<br>
1717
<em> # Nota</em><br>
1818

1919
</div>

0 commit comments

Comments
 (0)