Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 811 Bytes

install-python-package.md

File metadata and controls

24 lines (16 loc) · 811 Bytes

Install Python Package Builders

To install/upgrade Python packages to build a Python package run these commands:

pip install --upgrade pip
pip install --upgrade build
pip install --upgrade twine

In the event of an error, consider running the following commands:

python -m pip cache purge
python -m pip install -U pip

Template footnote:

This project started from the template https://github.com/markcrowe-com/data-analytics-project-template. Permission is granted to reproduce for personal and educational use only. Commercial copying, hiring, lending is prohibited. In all cases this notice must remain intact. Template Author Mark Crowe Copyright © 2021, All rights reserved.