1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Improve Makefile usage info

This commit is contained in:
Tim Byrne
2019-03-07 08:26:17 -06:00
parent 27859af307
commit abcc201894

View File

@@ -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