Add a friendly message for pip install wechaty
users
#24
Labels
🔥 enhancement
New feature or request
pip install wechaty
users
#24
Now we are on our way to the Python Wechaty world, the code base is growing very fast under the excellent work from @wj-Mcat
And we have enabled GitHub Actions for the CI/CD: we automatically doing unit tests, and deploy our code to PyPI if the tests passed.
Now you can already do this:
$ pip install wechaty $ python >>> import wechaty >>> bot = Wechaty()
However, the current wechaty module on PyPI is not functional yet, so if there's a user who wants to try Python Wechaty, they will get a Wechaty instance just not works, without any useful message.
We believe the better behavior should be: throw a message to the PyPI user when they install Wechaty and instantiated it, let them know the current progress of the Python Wechaty project, and show them the GitHub Repo of Python Wechaty so that they can come to GitHub and see what happens at here, then make a reasonable expectation.
The text was updated successfully, but these errors were encountered: