Skip to content

Commit 67716c4

Browse files
authored
Update README.md
1 parent 08361fa commit 67716c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.learn/exercises/01-hello-world/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ But we are going to do it the right way! Following all the good practices, we ha
88

99
1. Python 3+
1010

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.
1212

1313
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.
1414

1515
## 📝 Instructions:
1616

17-
1. Open a new terminal (leave this one open).
17+
1. Open a new terminal (and leave it open).
1818

1919
2. Make sure you have Python version 3 by running the following commands:
2020

@@ -28,9 +28,9 @@ $ python3 --version
2828

2929
> 👉 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.
3030
31-
3. Make sure you have pipenv installed:
31+
3. Make sure you have `pipenv` installed:
3232

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.
3434

3535
```bash
3636
$ pipenv --version

0 commit comments

Comments
 (0)