Sfoglia il codice sorgente

readme: added install section

Fabian Peter Hammerle 5 anni fa
parent
commit
45b1b1c51e
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -2,6 +2,14 @@
 
 Python wrapper for libc's dlinfo
 
+# install
+
+```sh
+pip install dlinfo
+# or
+pipenv install dlinfo
+```
+
 # usage
 
 ```python