Skip to content

mmagnuski/sarna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sarna

Installation

Installing sarna requires git to be installed. Recommended way to install sarna (from github) is to:

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

advanced installation

If you know what you are doing and want to have editable, 'develop' version of sarna, you can install either this way:

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

or this way:

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

Dependencies

You need to have these packages:

Additionally, parts of the code may rely on:

  • seaborn

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages