Readme and missing dependency #1
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey Sergei,
it's Lorena from IZW Berlin. I wanted to use some of your scripts, but had to install some additional dependencies, so I wrote a short readme file about it.
Along the way, I discovered that
statsmodelswas missing from the dependency list, so I added it.There's another tricky thing, when I imported the MAVR project to PyCharm, I've noticed it created changes in the
.ideafolder and in some.pycfiles.Because all of these files are automatically generated I thought it would be best to remove them from version control and add them to
.gitignore.However, if you decide to merge this pull request, in order to prevent git from deleting your
.ideafolder, you should first run the following command:Happy to hear your comments! :D