Skip to content

Commit a9a2357

Browse files
committed
update install instructions
1 parent 7784764 commit a9a2357

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ This repo is a Python package. You will create a virtualenv and install the pack
2727
* Create and activate a virtualenv using your favorite method and then install the package:
2828
* **Recommended:** using `pipenv` ([installation instructions](https://pipenv.readthedocs.io/en/latest/install/#installing-pipenv)):
2929
* `pipenv --python python3`
30-
* `pipenv shell`
3130
* `pipenv install`
31+
* On Mac/Linux:
32+
* `pipenv shell`
33+
* On Windows:
34+
* `pipenv shell` might give you a reduced feature shell. You should run commands with `pipenv run $COMMAND` instead like: `pipenv run pycon verify` instead of just `pycon verify` in the step below.
3235
* If using `virtualenvwrapper`:
3336
* `mkvirtualenv --python python3 click-tutorial`
3437
* `workon click-tutorial`

0 commit comments

Comments
 (0)