mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Improve Makefile usage info
This commit is contained in:
parent
27859af307
commit
abcc201894
10
Makefile
10
Makefile
@ -37,11 +37,13 @@ usage:
|
|||||||
@echo 'LINTING'
|
@echo 'LINTING'
|
||||||
@echo
|
@echo
|
||||||
@echo ' make testenv'
|
@echo ' make testenv'
|
||||||
@echo ' - Create a python virtual environment with the dependencies used'
|
@echo ' - Create a python virtual environment with the same dependencies'
|
||||||
@echo " by yadm's testbed environment. Creating and activating this"
|
@echo " used by yadm's testbed environment. Creating and activating"
|
||||||
@echo ' environment might be useful if your editor does real time'
|
@echo ' this environment might be useful if your editor does real time'
|
||||||
@echo ' linting of python files. After creating the virtual environment,'
|
@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
|
||||||
@echo 'MANPAGES'
|
@echo 'MANPAGES'
|
||||||
@echo
|
@echo
|
||||||
|
Loading…
Reference in New Issue
Block a user