Skip to content

jona-sassenhagen/mypy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mypy

Installation

Install from git:

pip install git+https://github.com/mmagnuski/mypy

or if you want to develop, this way:

pip install -e git+https://github.com/mmagnuski/mypy#egg=mypy

or this way:

git clone https://github.com/mmagnuski/mypy.git
cd mypy
python setup.py develop

Dependencies

You need to have these packages:

  • numpy
  • matplotlib
  • pandas

Additionally, parts of the code rely on:

  • seaborn
  • mne

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%