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
1. Make sure you have [`python3.8` installed and on your `PATH`](https://docs.python-guide.org/starting/installation/).
412
-
2.[Install the `pipenv` dependency manager](https://pipenv.readthedocs.io/en/latest/install/#installing-pipenv)
413
-
* with [pipx](https://pipxproject.github.io/pipx/)`$ pipx install pipenv`
414
-
* with [Homebrew/Linuxbrew](https://pipenv.readthedocs.io/en/latest/install/#homebrew-installation-of-pipenv)`$ brew install pipenv`
415
-
* with [pip/pip3 directly](https://pipenv.readthedocs.io/en/latest/install/#pragmatic-installation-of-pipenv)`$ pip install --user pipenv`
416
-
3. Create virtual environment and install all dependencies `$ pipenv sync --dev`
417
-
4. Activate/enter the virtual environment `$ pipenv shell`
426
+
4. Create virtual environment and install all dependencies `$ pipenv sync --dev`
427
+
5. Activate/enter the virtual environment `$ pipenv shell`
418
428
419
429
And don't despair if don't get the python setup working on the first try. No one did. Guido got pretty close... once. But that's another story. Good luck.
0 commit comments