daggaz / json-stream

Simple streaming JSON parser and encoder.
MIT License
122 stars 18 forks source link

How to install it? #13

Closed mhadnanali closed 2 years ago

mhadnanali commented 2 years ago

I want to integrate it in Pycharm but I can't do that, cant directly download from Git due to some VPN issues. Any easy way to install it after downloading?

daggaz commented 2 years ago

It is pip installable, just pip install json-stream.

In PyCharm you can open the project preferences, open the interpreter preferences, and there's a UI for managing your installed packages.