VRReaderAPIPy3

From VentureResearchWiki
Jump to navigation Jump to search

VRReader Python3 API[edit | edit source]

Release Instructions[edit | edit source]

  • Make changes to the API Protocol
ssh lab11
cd /home/venture/svn/linux/src/vrreader-api-py3
  • Edit release version
vi setup.py
  • build a wheel
python3 setup.py bdist_wheel
  • Make sure to check in the wheel into SVN, also then copy to \\fs2_new\PublicFileShare\downloads\python3\
  • Install the wheel on a VRReader Device
pip uninstall VRReaderAPI
pip install http://downloads.ventureresearch.com/python3/VRReaderAPI-1.1.1-py3-none-any.whl