You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,11 @@ This repo is a Python package. You will create a virtualenv and install the pack
27
27
* Create and activate a virtualenv using your favorite method and then install the package:
28
28
***Recommended:** using `pipenv` ([installation instructions](https://pipenv.readthedocs.io/en/latest/install/#installing-pipenv)):
29
29
*`pipenv --python python3`
30
-
*`pipenv shell`
31
30
*`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.
0 commit comments