Skip to content

Commit 87f7b7a

Browse files
committed
Fix elapi installation command line
1 parent 50aa530 commit 87f7b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ elapi get users --id <id>
2020
elAPI can be installed from PyPI. Make sure `pip` is not invoked from an active virtual environment.
2121

2222
```sh
23-
$ python3 -m pip --user install elapi
23+
$ python3 -m pip install --user elapi
2424
```
2525

2626
## Configuration

0 commit comments

Comments
 (0)