Skip to content

Commit d79e224

Browse files
author
Ram Mehta
committed
Fix readme markdown.
1 parent 9829b07 commit d79e224

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
Sets up a python virtualenv with numpy/scipy/ipython/matplotlib installed.
1+
Machine-Stack
2+
============
3+
Sets up a python virtualenv with various scientific packages.
4+
Includes: numpy, scipy, ipython, matplotlib
25

36

47
Requirements
@@ -15,6 +18,7 @@ It can be named anything. The top level of the repo must include a wscript file
1518
which should look something like:
1619

1720

21+
```python
1822
APPNAME = <APPNAME>
1923
VERSION = <VERSION>
2024

@@ -32,3 +36,4 @@ def configure(ctx):
3236

3337
def build(ctx):
3438
ctx.recurse("src")
39+
```

0 commit comments

Comments
 (0)