Skip to content

Commit 2f3c6d6

Browse files
authored
Added 'python -m ' when installing from PyPI
Suggesting it to keep it consistent with installation from GitHub and best practices.
1 parent 1a96b34 commit 2f3c6d6

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
@@ -24,7 +24,7 @@ You can use vetiver with:
2424
You can install the released version of vetiver from [PyPI](https://pypi.org/project/vetiver/):
2525

2626
```python
27-
pip install vetiver
27+
python -m pip install vetiver
2828
```
2929

3030
And the development version from [GitHub](https://github.com/rstudio/vetiver-python) with:

0 commit comments

Comments
 (0)