Skip to content

Commit 949f2b8

Browse files
committed
Cleanup Makefile
1 parent df6c4b7 commit 949f2b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Makefile for Sphinx documentation
2-
#
32

4-
# Now we can activate virtualenv
53
SHELL=bash
64
.DEFAULT_GOAL = all
75

@@ -35,9 +33,6 @@ build: ## Set up training: Install requirements
3533
python3 -m venv . || virtualenv --clear --python=python3 .
3634
bin/python -m pip install --upgrade pip
3735
bin/pip install -r requirements.txt
38-
@echo
39-
@echo "Please activate your Python virtual environment with"
40-
@echo "source bin/activate"
4136

4237
bin/python:
4338
python3 -m venv . || virtualenv --clear --python=python3 .

0 commit comments

Comments
 (0)