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.0 (default, Aug 22 2018, 15:22:33)
[Clang 9.1.0 (clang-902.0.39.2)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import biogeme.version as ver
>>> print(ver.getText())
biogeme 3.1.0 [October 1, 2018]
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)