Skip to content

Commit 599cc68

Browse files
Update README.md
Removing the $ sing
1 parent 575f15e commit 599cc68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@ If you want to use **mastercard-client-encryption** with [Python](https://www.py
5252
Install the library by pip:
5353

5454
```bash
55-
$ pip install mastercard-client-encryption
55+
pip install mastercard-client-encryption
5656
```
5757

5858
Or clone it from git:
5959

6060
```bash
61-
$ git clone https://github.com/Mastercard/client-encryption-python.git
61+
git clone https://github.com/Mastercard/client-encryption-python.git
6262
```
6363

6464
and then execute from the repo folder:
6565

6666
```bash
67-
$ python3 setup.py install
67+
python3 setup.py install
6868
```
6969

7070
You can then use it as a regular module:

0 commit comments

Comments
 (0)