arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Python

hashtag
Install package in editable mode

From parent directory of package:

$ pip install -e <your package name>

hashtag
Updating and Publishing Packages to PyPi:

See

  1. Your python envrionment will require the following pacakges:

  2. Update the number in the package's setup.py.

  3. From the same directory as setup.py build the new version:

Upload the new version to PyPiarrow-up-right. (You'll be prompted to enter your username/password):

Packaging Python Projects (python.org)arrow-up-right
semantic versionarrow-up-right
 $ twine upload dist/*
 python=3
 setuptools
 twine
 $ python setup.py bdist_wheel --universal