Ardupy-aip not even found in pypi

I am clear that I have installed Python 3 as I have used that to develop quite a lot of applications. Now, I try to install Ardupy as said in the wiki, not successful at all no matter I use cmd, PowerShell or PowerShell (admin). Then I check the package on the Pypi website, there is no package called ardupy-aip…

Wait… I have found the ardupy-aip repo in github. It seems that it’s not a released package.
Install with

pip install aip
git clone https://github.com/Seeed-Studio/ardupy-aip
pip3 install -U -r .

Next week, before users receive the Wio terminal, we’ll push it to Pypi and you can experience it first with the steps above CI. @ONLYA

Great thanks. I have installed the aip now via pip. Now just waiting for my package and a detailed official ardupy-aip and wireless connectivity documentation. :grinning: