summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorerkin <e.altunbas@vyos.io>2021-03-11 10:44:46 +0300
committererkin <e.altunbas@vyos.io>2021-03-11 10:44:46 +0300
commit36bc37913a928829e0602e845a84a1b965a6fef9 (patch)
treeb6802175473fd8f1435bae66a284586478a418cc /README.md
parent5b414a2ab18637b285ea06bbf573d828015fa55d (diff)
downloadvyos-1x-36bc37913a928829e0602e845a84a1b965a6fef9.tar.gz
vyos-1x-36bc37913a928829e0602e845a84a1b965a6fef9.zip
readme: Correct pipenv instruction to install dev packages
Diffstat (limited to 'README.md')
-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
```