Skip to content

Conversation

@LorenaDerezanin
Copy link

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 statsmodels was 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 .idea folder and in some .pyc files.
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 .idea folder, you should first run the following command:

git rm -r --cached .idea/*

Happy to hear your comments! :D

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant