Installation#

Currently glucopy is only available from source

Dependencies#

Required dependencies#

Optional dependencies#

Excel files#

Installing from source#

Obtaining the source package#

The latest development version of glucopy can be cloned from GitHub using the following command:

git clone https://github.com/Deigoodle/GlucoPy.git

Building and installing#

First, navigate to the directory containing the source code.

cd GlucoPy

Then, run the following command to install the package:

pip install .

If you want to make changes to the code, you can install the package in editable mode:

pip install -e .