Skip to content

Commit 7bf9498

Browse files
committed
Update readme and requirements
1 parent 0963d62 commit 7bf9498

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,10 @@ data structures such as those that exist in NumPy.
2121
Dependencies
2222
============
2323

24-
* LLVM 3.1 or 3.2
24+
* LLVM 3.2 or 3.3
2525
* llvmpy (from llvmpy/llvmpy fork)
26-
* llvmmath
2726
* 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)
3228

3329
Installing
3430
=================
@@ -45,14 +41,14 @@ it is recommended to use conda environment to maintain multiple isolated
4541
development environments. To create a new environment for Numba development:
4642

4743
```bash
48-
$ conda create -p ~/dev/mynumba python numpy cython llvmpy llvmmath nose meta
44+
$ conda create -p ~/dev/mynumba python numpy llvmpy
4945
```
5046

5147
To select the installed version, append "=VERSION" to the package name,
5248
where, "VERSION" is the version number. For example:
5349

5450
```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
5652
```
5753

5854
to use Python 2.7 and Numpy 1.6.

requirements.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
numpy>=1.6
22
llvmpy
3-
cffi
43
argparse
5-
llvmmath

0 commit comments

Comments
 (0)