Metadata-Version: 2.1
Name: getbc
Version: 0.1.0
Summary: Make installing bomcheckgui easy
Home-page: https://github.com/kcarlton55/getbc
Author: Kenneth Edward Carlton
Author-email: kencarlton55@gmail.com
License: GPLv3+
Keywords: bomcheckgui
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# **get-bc**


## **What the program does**
This program's primary responsibilty is to make installing bomcheckgui
to a person's local computer easy.  It creates a virtual environment
for bomcheckgui and installs bomcheckgui and its dependencies there,
and creates a desktop link to bomcheckgui.  It can also check for 
program upgrades and can uninstall bomcheckgui.  Note: this program 
only works on Microsoft Windows, and only works with a standard python
installation as compared to a variation of python like the Anaconda
python distribution.

## **How to install**
Assuming that you already have Python on your machine, use the package
manager software [pip](https://en.wikipedia.org/wiki/Pip_(package_manager))
that comes with Python and run this from a command line:

`pip install get-bc`

Once installed, run get-bc from a cmd module.  When you run it, it will
give instruction on how to proceed.


