Skip to content

Commit 16281cf

Browse files
committed
fix installation command
1 parent 2e97551 commit 16281cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Optional Dependency (if reading or writing Binary JData/UBJSON files):
2626
Replacing `pip` by `pip3` if you are using Python 3.x. If either `pip` or `pip3`
2727
does not exist on your system, please run
2828
```
29-
sudo apt-get python-pip python3-pip
29+
sudo apt-get install python-pip python3-pip
3030
```
3131

3232
One can also install this module from the source code. To do this, you first

0 commit comments

Comments
 (0)