Skip to content

Commit

Permalink
move to prod pypi server
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotvilhelm committed Oct 19, 2018
1 parent aa0a4fb commit 941a6ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ This is a major improvement of runtime in relation to other WHOIS packages.

#### Installation
###### Python 2.x
`pip install --index-url https://test.pypi.org/simple/ domain_validation`
`pip install domain_validation`
###### Python 3.x
`pip3 install --index-url https://test.pypi.org/simple/ domain_validation`
`pip3 install domain_validation`

![pypi](assets/pypi.svg)

Expand All @@ -42,7 +42,6 @@ whois = WHOIS("google.com")
assert str(whois.creation_date()) == "1997-09-15"
assert whois.registrar() == "MarkMonitor Inc."

sleep(.1)
whois = WHOIS("yo.cn")
assert str(whois.creation_date()) == '2003-03-17'
assert whois.registrar() == '浙江贰贰网络有限公司'
Expand Down

0 comments on commit 941a6ae

Please sign in to comment.