summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-03-12 08:26:51 +0100
committerGitHub <noreply@github.com>2021-03-12 08:26:51 +0100
commit8262556dd809babdbc75369dae654eca7f021964 (patch)
tree58fdfa8a00e2b0804e55cbf031bf225c39b02e43
parentf892294239101aecc21a45629eb1d10bd89fba0b (diff)
parent36bc37913a928829e0602e845a84a1b965a6fef9 (diff)
downloadvyos-1x-8262556dd809babdbc75369dae654eca7f021964.tar.gz
vyos-1x-8262556dd809babdbc75369dae654eca7f021964.zip
Merge pull request #767 from erkin/current
readme: Correct pipenv instruction to install dev packages
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index edc58712e..a090cf0cb 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ The guidelines in a nutshell:
Tests are executed at build time, you can also execute them by hand with:
```
-pipenv install
+pipenv install --dev
pipenv shell
make test
```