Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37c4767

Browse files
committed
remove mentions of easy_install
1 parent 93a4b70 commit 37c4767

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ The Power is Yours!
7676
-------------------
7777

7878
pip install bipython
79-
easy_install bipython
8079

8180
`bipython` requires ipython, pyzmq, bpython, and urwid.
8281

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ The Power is Yours!
7070
::
7171

7272
pip install bipython
73-
easy_install bipython
7473

7574
``bipython`` requires ipython, pyzmq, bpython, and urwid.
7675

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
from distutils.core import setup
99
have_setuptools = False
1010

11-
if sys.version_info[0] >= 3:
12-
import warnings
13-
warnings.warn("bipython might not work in Python 3, I'll get to it soon")
14-
1511
import bipython
1612
VERSION = bipython.__version__
1713
M_VERSION = VERSION[:VERSION.rfind('.')]

0 commit comments

Comments
 (0)