Skip to content

Commit dee5bfe

Browse files
committed
repo_overview: clarified what 'make install' is doing
1 parent 2779d47 commit dee5bfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_partials/repo_overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ upstream git@github.com:lewagon/data-engineering-challenges.git (fetch)
2424
upstream git@github.com:lewagon/data-engineering-challenges.git (push)
2525
```
2626

27-
From challenge folder root **on the vm**, we'll run `make install`, which triggers 3 operations:
27+
From the `data-engineering-challenges` folder root **on your VM**, we'll run `make install`, which triggers 3 operations:
2828

29-
- `make install-poetry`: `cd` inside each challenge folders, and `poetry install` inside each! (takes a while)
30-
- `make allow-envrc`: allow direnv to execute inside each folder (otherwise you have to manually "allow" it)
29+
- `make install-poetry`: `cd` (**c**hange **d**irectory) into each challenge folder, and run `poetry install` inside each! (takes a while)
30+
- `make allow-envrc`: allow `direnv` to execute inside each folder (otherwise you have to manually "allow" it)
3131
- `make own-repo`: allows your user to be the linux "owner" of all files in this challenge folder
3232

3333
Let's make!
@@ -36,6 +36,6 @@ Let's make!
3636
make install
3737
```
3838

39-
This will take a while. You have time to grab a coffee ☕️, take a break, or start the next step while all your poetry environments are installing.
39+
This might take a while. You have time to grab a coffee ☕️, take a break, or start the next step while all your poetry environments are installing.
4040

4141
⚠️ If at the very end of this process you get a few errors like: `direnv: error .envrc file not found` or a Python version isn't available (relating to `Dask`) - that is normal and nothing to worry about 👌

0 commit comments

Comments
 (0)