Explorar o código

readme: added install section

Fabian Peter Hammerle %!s(int64=5) %!d(string=hai) anos
pai
achega
45b1b1c51e
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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