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 8db9373 commit bdfec37Copy full SHA for bdfec37
lib.md
@@ -23,9 +23,10 @@ To uninstall a library, use the command:
23
```
24
pip uninstall libraryName
25
26
----
+
27
In case of any issues, you can search the internet for your specific problem and distribution to find a resolution.
28
29
+---
30
# Guida generale all'installazione delle librerie python nelle principali distro linux utilizzando *pip*
31
---
32
Per l'installazione di *pip* su **Arch** il comando sarà il seguente:
@@ -51,5 +52,5 @@ Per disinstallare una libreria basterà utilizzare il comando:
51
52
53
pip uninstall nomeLibreria
54
55
56
In caso di problemi basterà cercare su Internet il proprio problema e distro e si troverà la risoluzione ad esso.
0 commit comments