Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 225 Bytes

package_instructions.md

File metadata and controls

17 lines (13 loc) · 225 Bytes

XPlaneApi Packaging instructions

  • First create the software distribution:
python setup.py sdist
  • Install Twine:
pip install twine
  • Upload to PyPi using twin
twine upload dist/*