Hello,
I'm trying to use sc2reader to make my own analysis tool mostly for learning purposes. I have spent a few hours with the project and have a few questions.
First the readme seems not to date as there are not file setup.py but I manage to compile the project using pip install -e .
But when I am trying to launch the examples I me the error: AttributeError: module 'sc2reader' has no attribute 'scripts'
I'm not familiar with pyproject.toml so I was wondering if the error is in the file or if made an error while installing sc2reader.
Hello,
I'm trying to use sc2reader to make my own analysis tool mostly for learning purposes. I have spent a few hours with the project and have a few questions.
First the readme seems not to date as there are not file setup.py but I manage to compile the project using
pip install -e .But when I am trying to launch the examples I me the error:
AttributeError: module 'sc2reader' has no attribute 'scripts'I'm not familiar with pyproject.toml so I was wondering if the error is in the file or if made an error while installing sc2reader.