readme updated

This commit is contained in:
moneroexamples 2017-01-31 05:12:28 +00:00
parent e891b29936
commit 383828afba
1 changed files with 5 additions and 1 deletions

View File

@ -4,10 +4,14 @@ As the explorer grows, monero keep changing, it is increasingly time consuming
to keep testing the explorer manually. Thus, with the help of selenium, python and nose
it is hope that at least part of this process can be automated.
#### Install dependencies in Arch Linux
```bash
sudo pacman -S python-selenium python-nose
sudo pacman -S python-selenium python-nose geckodriver
```
#### Run the tests
```
nosetests main.py
```