Skip to content

Commit 1640b91

Browse files
authored
Update README.md
1 parent 31c042e commit 1640b91

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This library contains helper methods to verify license keys in Python.
44

5+
## Installation
6+
7+
> pip install licensing
8+
59
## Example
610

711
### Key verification
@@ -11,9 +15,9 @@ The code below will work exactly as the one explained in the [key verification t
1115
First, we need to add the namespaces:
1216

1317
```python
14-
from helpers import Helpers
15-
from models import Response, RSAPublicKey
16-
from methods import Key
18+
from cryptolens.helpers import Helpers
19+
from cryptolens.models import Response, RSAPublicKey
20+
from cryptolens.methods import Key
1721
```
1822

1923
Now we can perform the actual key verification:

0 commit comments

Comments
 (0)