Browse Source

readme: added install section

Fabian Peter Hammerle 5 years ago
parent
commit
45b1b1c51e
1 changed files with 8 additions and 0 deletions
  1. 8 0
      README.md

+ 8 - 0
README.md

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