Skip to content

Readme import of run_timba should be capitalised from TiMBA.main import run_timba #108

Description

@paulrougieux

When using a virtual environment

Readme instruction for run timba import don't work

In [1]: from timba.main import run_timba
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[1], line 1
----> 1 from timba.main import run_timba

ModuleNotFoundError: No module named 'timba'


It should be capitalised:

from TiMBA.main import run_timba
run_timba()

This works.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions