Skip to content

Commit 280418c

Browse files
authored
Update pharo-installation.md
1 parent 44195a5 commit 280418c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/pharo-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To verify python installed correctly just run `python3 --version` and you should
4646

4747
## Install Pipenv
4848

49-
To install Pipenv just use the following Pip instruction `pip install pipenv`, though depending on your python installation you may need to call it with `sudo`. This may happen if you are using Ubuntu or the OSX Homebrew python installation. If the command `pip` is not found, use `pip3` instead.
49+
To install Pipenv just use the following Pip instruction `pip install pipenv` or `pip3 install pipenv` in case you have `pip3` installed and not `pip`, though depending on your python installation you may need to call it with `sudo`. This may happen if you are using Ubuntu or the OSX Homebrew python installation. If the command `pip` is not found, use `pip3` instead.
5050

5151
To verify if you have pipenv just run in a terminal `pipenv --version`, it should print something like `pipenv, version 2018.11.26`. We strongly suggest you to upgrade your pipenv version if it is older than 2018.11.26, because it has important bugfixes and performance improvements. To upgrade it just run `pip install pipenv --upgrade`.
5252

0 commit comments

Comments
 (0)