Skip to content

Commit 300c7d0

Browse files
committed
Changing setup.py and README.md
1 parent 64fb62e commit 300c7d0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ python setup.py install
7070

7171
Please follow [these instructions](https://github.com/arrayfire/arrayfire-python/wiki) to ensure the arrayfire-python can find the arrayfire libraries.
7272

73+
To run arrayfire tests, you can run the following command from command line.
74+
75+
```
76+
python -m arrayfire.tests
77+
```
78+
7379
## Acknowledgements
7480

7581
The ArrayFire library is written by developers at [ArrayFire](http://arrayfire.com) LLC

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414

1515
#TODO:
1616
#1) Look for af libraries during setup
17-
#2) Include test suite
1817

1918
setup(
2019
author="Pavan Yalamanchili",
21-
author_email="pavan@arrayfire.com",
20+
author_email="contact@pavanky.com",
2221
name="arrayfire",
2322
version="3.4.0",
2423
description="Python bindings for ArrayFire",

0 commit comments

Comments
 (0)