Publish on pypi?
Please follow the guide below
- Issues submitted without this template format will be ignored.
- Rlease read them carefully and answer completely.
- Do not post screenshots of error messages or code.
- Put an
xinto all the boxes [ ] relevant to your issue (==> [x] no spaces). - Use the Preview tab to see how your issue will actually look like.
- Issues about reverse engineering is out of scope and will be closed without response.
- Any mention of spam-like actions or spam-related tools/libs/etc is strictly not allowed.
Before submitting an issue, make sure you have:
- [x] Updated to the lastest version v1.6.0
- [x] Read the README and docs
- [x] Searched the bugtracker for similar issues including closed ones
- [x] Reviewed the sample code in tests and examples
Which client are you using?
- [ ] app (
instagram_private_api/) - [x] web (
instagram_web_api/)
Describe your Question/Issue:
As requested in #46 , can you publish this package on pypi for easy installation and maintenance?
Paste the output of python -V here:
Code:
not applicable
Error/Debug Log:
not applicable
I'm going to release this package and its extensions to PyPi.
I think that this problem need to be addressed as soon as possible to let developers release packages with auto-installation of dependencies like instagram_private_api and instagram_private_api_extensions. It's needed because from the latest version of pip (>18.0) it doesn't install external dependencies from external PyPi source.
I can add @ping also as owner and mantainer of the package on PyPi and I will make a PR to include some scripts to easily build and release on PyPi. 🥂
Any update about this?