diff options
author | erkin <e.altunbas@vyos.io> | 2021-03-11 10:44:46 +0300 |
---|---|---|
committer | erkin <e.altunbas@vyos.io> | 2021-03-11 10:44:46 +0300 |
commit | 36bc37913a928829e0602e845a84a1b965a6fef9 (patch) | |
tree | b6802175473fd8f1435bae66a284586478a418cc | |
parent | 5b414a2ab18637b285ea06bbf573d828015fa55d (diff) | |
download | vyos-1x-36bc37913a928829e0602e845a84a1b965a6fef9.tar.gz vyos-1x-36bc37913a928829e0602e845a84a1b965a6fef9.zip |
readme: Correct pipenv instruction to install dev packages
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |