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: .learn/exercises/01-hello-world/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ But we are going to do it the right way! Following all the good practices, we ha
8
8
9
9
1. Python 3+
10
10
11
-
2. Pipenv: we are going to be using the [Pipenv package manager](https://pipenv-fork.readthedocs.io/en/latest/) during these exercises, please install [Pipenv in your computer](https://github.com/pypa/pipenv#installation) if you don't have it already.
11
+
2.**Pipenv**: we are going to be using the [Pipenv package manager](https://pipenv-fork.readthedocs.io/en/latest/) during these exercises, please install [Pipenv in your computer](https://github.com/pypa/pipenv#installation) if you don't have it already.
12
12
13
13
If you are building this project using Codespaces or Gitpod, you don't have to install anything. Pipenv and Python 3 already come pre-installed.
14
14
15
15
## 📝 Instructions:
16
16
17
-
1. Open a new terminal (leave this one open).
17
+
1. Open a new terminal (and leave it open).
18
18
19
19
2. Make sure you have Python version 3 by running the following commands:
20
20
@@ -28,9 +28,9 @@ $ python3 --version
28
28
29
29
> 👉 Note: if you don't have python version 3 you should go ahead and install it, we [🔥 strongy recommend using Pyenv](https://github.com/pyenv/pyenv) to install python.
30
30
31
-
3. Make sure you have pipenv installed:
31
+
3. Make sure you have `pipenv` installed:
32
32
33
-
Instead of using Pip and a virtual environment separately, we are going to be using Pipenv: A combination of both technologies that will make your life much easier.
33
+
Instead of using Pip and virtual env separately, we are going to be using Pipenv: A combination of both technologies that will make your life much easier.
0 commit comments