We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575f15e commit 599cc68Copy full SHA for 599cc68
README.md
@@ -52,19 +52,19 @@ If you want to use **mastercard-client-encryption** with [Python](https://www.py
52
Install the library by pip:
53
54
```bash
55
-$ pip install mastercard-client-encryption
+pip install mastercard-client-encryption
56
```
57
58
Or clone it from git:
59
60
61
-$ git clone https://github.com/Mastercard/client-encryption-python.git
+git clone https://github.com/Mastercard/client-encryption-python.git
62
63
64
and then execute from the repo folder:
65
66
67
-$ python3 setup.py install
+python3 setup.py install
68
69
70
You can then use it as a regular module:
0 commit comments