Skip to content
  • Patrick Scheibe's avatar
    Fix package for running it from commandline. · 1bee9620
    Patrick Scheibe authored
    It was necessary to rename the soon-to-be-empyt dfpl.py back to dfplmodule.py since the package is
    also named dfpl. Now, the former main script can be called by simply "calling" the package. That is
    
    - activate the conda env
    - install the dfpl package directly from the source using `python dfpl/setup.py develop`
    - Run the main script using `python dfpl args`
    1bee9620