Skip to content

Commit 1f0cee5

Browse files
author
Jonathan Hartley
committed
augment Makefile to build the virtualenv
1 parent 0554f90 commit 1f0cee5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22
cheatsheet.pdf: cheatsheet.rst
33
rst2pdf cheatsheet.rst -o cheatsheet.pdf -s twocolumn
44

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)