-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recommend pipx for a simple install process #149
Comments
@yolabingo Thank you for sharing this. I spent hours trying to get things to work using pip and virtualenv. The install instructions failed repeatedly on my new Mac. pipx got everything working for me instantly. |
I installed using pipx, and then when I tried out
(edit) i see now it is an |
@bradwbradw |
1. Please specify the following:
OS: OS X, linux, windows
Shell: Most any
[x ] I have reviewed the troubleshooting tips described here and they do not solve my problem
2. Description
Add pipx as an install method in the README.
Install instructions:
pipx install awsebcli
Using pipx is much simpler than manually managing python vitualenvs. Pipx is an established, stable, tool that drastically improves the installation process of many, python-based, cli apps.
Pipx all but eliminates the concerns mentioned here: whats-the-advantage-of-this-mode-of-installation-instead-of-regular-pip-inside-a-virtualenv
The text was updated successfully, but these errors were encountered: