diff --git a/README.md b/README.md
index 688efb2c..a58d3bf3 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,8 @@
[![Build Status](https://travis-ci.org/tqdm/tqdm.svg?branch=master)](https://travis-ci.org/tqdm/tqdm)
[![Coverage Status](https://coveralls.io/repos/tqdm/tqdm/badge.svg)](https://coveralls.io/r/tqdm/tqdm)
-Instantly make your loops show a progress meter - just wrap any iterable with "tqdm(iterable)", and you're done !
+Instantly make your loops show a progress meter - just wrap any iterable with
+"tqdm(iterable)", and you're done!
tqdm (read taqadum, تقدّم) means "progress" in arabic.
@@ -63,16 +64,8 @@ def trange(*args, **kwargs):
## Contributions
-During development you may want to use these commands :
-
-```sh
-$ make help
-Please use make where is one of
- test : run tests
- flake8 : run flake8 to check PEP8
- coverage : run tests and check code coverage
- clean : clean current repository
-```
+To run the testing suite please make sure tox (http://tox.testrun.org/)
+is installed, then type `tox` from the command line.
## License
diff --git a/setup.py b/setup.py
old mode 100644
new mode 100755