File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Make sure you've got Python & pip
25
25
Before you go any further, make sure you have Python and that it's available
26
26
from your command line. You can check this by simply running:
27
27
28
- .. code-block :: bash
28
+ .. code-block :: console
29
29
30
30
$ python --version
31
31
@@ -50,7 +50,7 @@ install the latest 3.x version from `python.org`_ or refer to the
50
50
Additionally, you'll need to make sure you have `pip `_ available. You can
51
51
check this by running:
52
52
53
- .. code-block :: bash
53
+ .. code-block :: console
54
54
55
55
$ pip --version
56
56
@@ -116,7 +116,7 @@ Pipenv manages dependencies on a per-project basis. To install packages,
116
116
change into your project's directory (or just an empty directory for this
117
117
tutorial) and run:
118
118
119
- .. code-block :: bash
119
+ .. code-block :: console
120
120
121
121
$ cd myproject
122
122
$ pipenv install requests
@@ -175,7 +175,7 @@ use it:
175
175
176
176
Then you can run this script using ``pipenv run ``:
177
177
178
- .. code-block :: bash
178
+ .. code-block :: console
179
179
180
180
$ pipenv run python main.py
181
181
You can’t perform that action at this time.
0 commit comments