/sarna

Primary LanguagePythonMIT LicenseMIT

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