Skip to content
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

Add pipx installation method #600

Open
namdnguyen opened this issue Sep 21, 2019 · 0 comments
Open

Add pipx installation method #600

namdnguyen opened this issue Sep 21, 2019 · 0 comments

Comments

@namdnguyen
Copy link

A great alternative to running coala in Docker or in a virtualenv environment is pipx. It lets you install python packages in an isolated environment, so you can use it without having to activate a virtual environment or installing directly in python.

pipx is great for CLI tools, so I use it for things like awscli, black, cookiecutter, pipenv, etc.

Coala doesn't install with the basic pipx install command, as you can see here: pypa/pipx#14. I've confirmed that pipx install --spec coala-bears coala mentioned in the issue works for me, too.

I'm also happy to submit a pull request, if you want to add the instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant