Skip to content

Commit 5200637

Browse files
authored
Merge pull request #69 from xuf12/patch-1
Added 'python -m ' when installing from PyPI
2 parents 1a96b34 + 2f3c6d6 commit 5200637

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)