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

Change pip install syntax #29

Closed
bcb opened this issue Sep 19, 2016 · 2 comments
Closed

Change pip install syntax #29

bcb opened this issue Sep 19, 2016 · 2 comments

Comments

@bcb
Copy link
Member

bcb commented Sep 19, 2016

From:

pip install jsonrpcclient requests

To:

pip install 'jsonrpcclient[requests]'

Original comment by @saaj, here.

@bcb
Copy link
Member Author

bcb commented Sep 19, 2016

+1 This should be done.

Prior to python 2.7.9, requests needs to be installed as requests[security], due to recent OpenSSL changes. So it might need an additional requests-security option in extras_require. Created issue #31 for that.

@bcb
Copy link
Member Author

bcb commented Sep 19, 2016

In my shell (zsh) it requires quotes, pip install 'jsonrpcclient[requests]'.

Without them it says zsh: no matches found: jsonrpcclient[requests].

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

No branches or pull requests

1 participant