File tree 2 files changed +4
-10
lines changed
2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,10 @@ data structures such as those that exist in NumPy.
21
21
Dependencies
22
22
============
23
23
24
- * LLVM 3.1 or 3.2
24
+ * LLVM 3.2 or 3.3
25
25
* llvmpy (from llvmpy/llvmpy fork)
26
- * llvmmath
27
26
* numpy (version 1.6 or higher)
28
- * Meta (from numba/Meta fork (optional))
29
- * Cython (build dependency only)
30
- * nose (for unit tests)
31
- * argparse (for pycc)
27
+ * argparse (for pycc in python2.6)
32
28
33
29
Installing
34
30
=================
@@ -45,14 +41,14 @@ it is recommended to use conda environment to maintain multiple isolated
45
41
development environments. To create a new environment for Numba development:
46
42
47
43
``` bash
48
- $ conda create -p ~ /dev/mynumba python numpy cython llvmpy llvmmath nose meta
44
+ $ conda create -p ~ /dev/mynumba python numpy llvmpy
49
45
```
50
46
51
47
To select the installed version, append "=VERSION" to the package name,
52
48
where, "VERSION" is the version number. For example:
53
49
54
50
``` bash
55
- $ conda create -p ~ /dev/mynumba python=2.7 numpy=1.6 cython llvmpy llvmmath nose meta
51
+ $ conda create -p ~ /dev/mynumba python=2.7 numpy=1.6 llvmpy
56
52
```
57
53
58
54
to use Python 2.7 and Numpy 1.6.
Original file line number Diff line number Diff line change 1
1
numpy >= 1.6
2
2
llvmpy
3
- cffi
4
3
argparse
5
- llvmmath
You can’t perform that action at this time.
0 commit comments