Explorar el Código

readme: added install section

Fabian Peter Hammerle hace 5 años
padre
commit
45b1b1c51e
Se han modificado 1 ficheros con 8 adiciones y 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