Skip to content

Commit df9311a

Browse files
authored
Further python3 changes
1 parent cea690d commit df9311a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ python3 setup.py install
2929
```
3030

3131
Dependencies will then be installed and VHostScan will be added to your path. If there is an issue regarding
32-
running `python setup.py build_ext`, you will need to reinstall `numpy` using `pip uninstall numpy` and `pip install numpy==1.12.0`. This should resolve the issue as there are sometimes issues with numpy being installed through setup.py.
32+
running `python3 setup.py build_ext`, you will need to reinstall `numpy` using `pip uninstall numpy` and `pip install numpy==1.12.0`. This should resolve the issue as there are sometimes issues with numpy being installed through setup.py.
3333

3434
# Usage
3535

@@ -118,7 +118,7 @@ Or you can optionally run:
118118

119119
```bash
120120
pip install -r test-requirements.txt
121-
python setup.py test
121+
python3 setup.py test
122122
```
123123

124124
If you're thinking of adding a new feature to the project, consider also contributing with a couple of tests. A well-tested codebase is a sane codebase. :)

0 commit comments

Comments
 (0)