We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6c4b7 commit 949f2b8Copy full SHA for 949f2b8
Makefile
@@ -1,7 +1,5 @@
1
# Makefile for Sphinx documentation
2
-#
3
4
-# Now we can activate virtualenv
5
SHELL=bash
6
.DEFAULT_GOAL = all
7
@@ -35,9 +33,6 @@ build: ## Set up training: Install requirements
35
33
python3 -m venv . || virtualenv --clear --python=python3 .
36
34
bin/python -m pip install --upgrade pip
37
bin/pip install -r requirements.txt
38
- @echo
39
- @echo "Please activate your Python virtual environment with"
40
- @echo "source bin/activate"
41
42
bin/python:
43
0 commit comments