p4lang / p4runtime-shell

An interactive Python shell for P4Runtime
Apache License 2.0
79 stars 40 forks source link

Update pip packages with latest code #69

Open ravi861 opened 3 years ago

ravi861 commented 3 years ago

The pip package available via "pip install" still has old code. Please create a mechanism via PR build or periodically to update the packages in the pip repository.

Yi-Tseng commented 3 years ago

Hi @ravi861, I think we don't have a concrete release plan for this tool. However, you can use pip install git+https://github.com/p4lang/p4runtime-shell.git to install the latest master

Yi-Tseng commented 3 years ago

@antoninbas Do you think it is a good time to release version 0.0.2 to include changes we merged recently?

antoninbas commented 3 years ago

Sounds like a good idea

Yi-Tseng commented 3 years ago

Ok, I'll send a PR to update the setup.py and push the change to pypi

ravi861 commented 3 years ago

@Yi-Tseng thanks for following up.