Getting Started#
Installation#
Check requirements:
Python 3.6
Clone or download repository.
In your Python environment, run
pip install -e path_to_cobmo_repository
.
Alternative Installation#
If you are running into errors when installing or running CoBMo, this may be due to incompatibility with new versions of package dependencies, which have yet to be discovered and fixed. As a workaround, try installing CoBMo in an tested Anaconda environment via the the provided environment.yml
, which represents the latest Anaconda Python environment in which CoBMo was tested and is expected to work.
Check requirements:
Windows 10
Anaconda Distribution (Python 3.x version)
Clone or download repository.
In Anaconda Prompt, run
conda env create -f path_to_cobmo_repository/environment.yml
Once the environment setup finished, run
conda activate cobmo
andpip install -e path_to_cobmo_repository
.
Important
Please also create an issue on Github if you run into problems with the normal installation procedure.
Contributing#
If you are keen to contribute to this project, please see Contributing.