Check the installation
To verify if biogeme is correctly installed, you can print the version of Biogeme. To do so, execute the following commands in Python:
  • Import the package: import biogeme.version as ver
  • Print the version information: print(ver.getText())
The result should look like the following:
Python 3.7.4 (default, Aug  9 2019, 12:36:10)
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import biogeme.version as ver
>>> print(ver.getText())
biogeme 3.2.1 [September 7, 2019]
Version entirely written in Python
Home page: http://biogeme.epfl.ch
Submit questions to https://groups.google.com/d/forum/biogeme
Michel Bierlaire, Transport and Mobility Laboratory, Ecole Polytechnique Fédérale de Lausanne (EPFL)