Skip to content

Commit 9b88d9a

Browse files
committed
Merge branch 'tmp'
2 parents 76f68ca + 8958c3a commit 9b88d9a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Makefile

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11

2+
env: requirements.txt
3+
python3 -m venv env
4+
env/bin/pip install -r requirements.txt
5+
26
cheatsheet.pdf: cheatsheet.rst
37
rst2pdf cheatsheet.rst -o cheatsheet.pdf -s twocolumn
48

5-
env: requirements.txt
6-
virtualenv --no-site-packages --distribute env
7-
ln -s env/bin/activate .
8-
. activate
9-
pip install -r requirements.txt
10-

0 commit comments

Comments
 (0)