Metadata-Version: 2.1
Name: biogeme
Version: 3.2.12
Summary: Estimation and application of discrete choice models
Home-page: http://biogeme.epfl.ch
Author: Michel Bierlaire
Author-email: michel.bierlaire@epfl.ch
Project-URL: Documentation, http://biogeme.epfl.ch/documents.html
Project-URL: Code, https://github.com/michelbierlaire/biogeme
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C++
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# Biogeme

Biogeme is an open source freeware designed for the maximum likelihood estimation of parametric models in general, with a special emphasis on discrete choice models.

## Install
Biogeme requires Python >= 3.8 and can be installed [from PyPI](https://pypi.org/project/biogeme/).

`pip install biogeme`

Installing Biogeme from source can be done after cloning the repository with the following command executed in the directory where the file `setup.py`is located:

`pip install -ve .`

## Documentation
Further documentation is available on https://biogeme.epfl.ch/
