retext-project / retext

ReText: Simple but powerful editor for Markdown and reStructuredText
GNU General Public License v2.0
1.88k stars 196 forks source link

mac install python3 from brew and using pip install Retext #349

Closed qinzheng closed 6 years ago

qinzheng commented 6 years ago

pip install ReText

Collecting ReText Using cached ReText-7.0.1.tar.gz Complete output from command python setup.py egg_info: Error: Python 3.x is required.

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/m9/48s6qy4n2cv67ccmpkd_xx_00000gn/T/pip-build-DYg5Gr/ReText/

mitya57 commented 6 years ago

Use pip3 or python3 -m pip instead of just pip then.

qinzheng commented 6 years ago

@mitya57 ok i will try it later thank u