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 0554f90 commit 1f0cee5Copy full SHA for 1f0cee5
Makefile
@@ -2,3 +2,9 @@
2
cheatsheet.pdf: cheatsheet.rst
3
rst2pdf cheatsheet.rst -o cheatsheet.pdf -s twocolumn
4
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