Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsML authored May 31, 2021
1 parent a70876f commit 9887c19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# superimport
Simple reverse lookup for the current python file missing packages
## Installing using PyPi
## Installing using PyPi:
`pip install superimport`
## Usage:
```python
import superimport
```

##Limitations:
If the missing python package contains a requirement that is not listed in its own requirements.txt and is being used your file will fail anyway.

0 comments on commit 9887c19

Please sign in to comment.