Improve Makefile usage info
This commit is contained in:
parent
27859af307
commit
abcc201894
1 changed files with 10 additions and 8 deletions
10
Makefile
10
Makefile
|
@ -37,11 +37,13 @@ usage:
|
|||
@echo 'LINTING'
|
||||
@echo
|
||||
@echo ' make testenv'
|
||||
@echo ' - Create a python virtual environment with the dependencies used'
|
||||
@echo " by yadm's testbed environment. Creating and activating this"
|
||||
@echo ' environment might be useful if your editor does real time'
|
||||
@echo ' - Create a python virtual environment with the same dependencies'
|
||||
@echo " used by yadm's testbed environment. Creating and activating"
|
||||
@echo ' this environment might be useful if your editor does real time'
|
||||
@echo ' linting of python files. After creating the virtual environment,'
|
||||
@echo ' you can activate it by typing'
|
||||
@echo ' you can activate it by typing:'
|
||||
@echo
|
||||
@echo ' source testenv/bin/activate'
|
||||
@echo
|
||||
@echo 'MANPAGES'
|
||||
@echo
|
||||
|
|
Loading…
Reference in a new issue